|
pddl_planner
|
#include <PDDLPlannerTypes.hpp>
Public Member Functions | |
| void | addPlan (const Plan &plan) |
| std::string | toString () const |
Public Attributes | |
| std::vector< Plan > | plans |
| void pddl_planner::PlanCandidates::addPlan | ( | const Plan & | plan | ) |
Add a plan to the list of plan candidates
| plan | Plan candidate |
| std::string pddl_planner::PlanCandidates::toString | ( | ) | const |
Create string representation of class
| std::vector<Plan> pddl_planner::PlanCandidates::plans |
1.8.13