symbolic
|
Classes | |
class | Node |
Public Member Functions | |
Planner (const Pddl &pddl) | |
Planner (const Pddl &pddl, const State &state) | |
const Node & | root () const |
|
inlineexplicit |
Planner class to find a state that satisfies the goal condition from the initial state.
pddl | Pddl instance. |
Planner class to find a state that satisfies the goal condition from the given state.