L-RPG is a domain-independent Forward-Chaining planner which - unlike many other planners - does not rely on grounding for guiding its search through the search space. The ultimate aim of this planner is to be more scalable than planners which rely on grounding and solve bigger problem instances which cannot currently be solved by state-of-the-art planners due to memory constraints.



Overview


OPTIC is a temporal planner for use in problems where plan cost is determined by preferences or time-dependent goal-collection costs. Such problems arise in a range of interesting situations, from scheduling the delivery of perishable goods, to coordinating order-fulfillment activities in warehouses.
LPRPG-P is a planner for use with problems containing propositional and numeric preferences. It uses a combination of a Linear Programme (LP) heuristic to give search guidance in the presence of numeric preferences, with a Relaxed Planning Graph heuristic for propositional preferences. Click
VAL is 'The Automatic Validation Tool For PDDL, including PDDL3 and PDDL+'
COLIN is a PDDL planner capable of reasoning with COntinuous LINear numeric change. It uses a combination of forwards-search and linear programming to allow it to effectively reason about what actions to apply and when to apply them, given the relationship between time and numbers.
LPRPG is a planner designed for use in domains with numeric resource flows. Its name is derived from its heuristic: a hybrid heuristic comprising the propositional structure of the relaxed planning graph, with uses a linear programme (LP) to enhance numeric reasoning.