1 #ifndef PDDL_PLANNER_RANDWARD_HPP 2 #define PDDL_PLANNER_RANDWARD_HPP 4 #include <pddl_planner/PDDLPlannerInterface.hpp> 22 std::string
getName()
const {
return "RANDWARD"; }
30 std::string
getCmd()
const {
return "randward-planner"; }
43 Planner(
const std::string& resultFileBasename =
"plan");
48 PlanCandidates plan(
const std::string& problem,
const std::string& actionDescriptions,
const std::string& domainDescriptions,
double timeout);
62 #endif // PDDL_PLANNER_RANDWARD_HPP Definition: Randward.hpp:14
std::string getCmd() const
Definition: Randward.hpp:30
int getVersion() const
Definition: Randward.hpp:37
Planner(const std::string &resultFileBasename="plan")
Definition: Randward.cpp:18
Definition: PDDLPlannerInterface.cpp:18
Definition: PDDLPlannerTypes.hpp:66
std::string getName() const
Definition: Randward.hpp:22
Definition: PDDLPlannerInterface.hpp:9
PlanCandidates plan(const std::string &problem, const std::string &actionDescriptions, const std::string &domainDescriptions, double timeout)
Definition: Randward.cpp:23