symbolic
Classes | Public Member Functions | List of all members
symbolic::Planner Class Reference

Classes

class  Node
 

Public Member Functions

 Planner (const Pddl &pddl)
 
 Planner (const Pddl &pddl, const State &state)
 
const Noderoot () const
 

Constructor & Destructor Documentation

◆ Planner() [1/2]

symbolic::Planner::Planner ( const Pddl pddl)
inlineexplicit

Planner class to find a state that satisfies the goal condition from the initial state.

Parameters
pddlPddl instance.
See also
Python: symbolic.Planner.__init__().

◆ Planner() [2/2]

symbolic::Planner::Planner ( const Pddl pddl,
const State state 
)
inline

Planner class to find a state that satisfies the goal condition from the given state.

Parameters
pddlPddl instance.
stateState from which to search.
See also
Python: symbolic.Planner.__init__().

The documentation for this class was generated from the following file: