After the Dagstuhl Workshop on Control of Search in Planning, Jana Koehler decided to develop her own planning system as the topic of her habilitation thesis. It began with an extension of GRAPHPLAN by Avrim Blum and Merrick Furst to the ADL planning language handling conditional effects and more expressive preconditions. The first algorithm prototypes were discussed with Bernhard Nebel and Yannis Dimopoulos and soon the IPP planning system began to emerge. Bernhard Nebel later contributed the RIFO strategy to IPP. In march 1997, three students, Jörg Hoffmann, Frank Rittinger, and Michael Brenner, joined the team and implemented the first protopye of IPP as well as the subsequent revised versions.
Version 3.3 won the ADL track of the First International Planning Systems Competition in 1998. In 1998, a first investigation into metric planning/resource-constrained planning started and experimental algorithms were implemented. At the same time, the whole IPP system was reimplemented, which required more effort than expected. Jörg Hoffmann took mainly care of this. Andreas Schön and Dietmar Jäckle joined the team temporarily in 1999 and contributed to the reimplementation resulting in IPP version 4.0. To enter the 2nd Planning Competition 2000, RIFO was integrated into IPP again and several bugs were fixed resulting in IPP 4.1.
Between July 1997 and December 1998 IPP source code has been downloaded more than 200 times and the system has been used in several other projects. IPP was also used in two commercial environments: at Schindler for rapid prototyping of elevator domain models and at Celcorp as a source for own planning software development. In 2008, the first publication on IPP received a Honorable Mention for the ICAPS Influential Paper Award.
Publications related to IPP and links to additional webpages that explain some of the IPP features in more detail and also contain code for XGV, the graphical displayer for planning graphs, and IPP 3.3 with the goal agenda manager integrated.
The future: Development of IPP has stopped in 1999. Many new techniques are available, which would have been worth integrating into the algorithm, e.g. the techniques for TIM and STAN developed by Maria Fox and Derek Long and their approach on detecting symmetries (see their IJCAI-99 paper).
Many of the IPP ideas were further pursued in the FF planner developed by Joerg Hoffmann, which became one of the best heuristic forward search planners.
Besides this, it seemed to be worth to get rid of Graphplan's no-ops and build planning graphs that are no-op free, because no-ops cause a huge overhead in the computation of mutexes. In many domains, one has just a few hundred "real" ground actions, but many thousands facts each of them requiring a no-op. I also argue that keeping a disjunctive normal form of preconditions could be more effective than the conjunctive normal form and that different disjunctive preconditions should be separated into different actions. Both changes will require a modification of the backward search algorithm.
As for planning with metric constraints, I believe that using planning graphs and a backward search algorithm is not the most promising way to go. To solve such problems, which are extremely important for practical applications of planning systems, a forward searching algorithm appears more promising to me.