1 #ifndef PDDL_PLANNER_ARVANDHERD_HPP 2 #define PDDL_PLANNER_ARVANDHERD_HPP 4 #include <pddl_planner/PDDLPlannerInterface.hpp> 22 std::string
getName()
const {
return "ARVANDHERD"; }
30 std::string
getCmd()
const {
return "arvand-herd-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_ARVANDHERD_HPP PlanCandidates plan(const std::string &problem, const std::string &actionDescriptions, const std::string &domainDescriptions, double timeout)
Definition: ArvandHerd.cpp:23
Definition: PDDLPlannerInterface.cpp:18
Definition: PDDLPlannerTypes.hpp:66
std::string getName() const
Definition: ArvandHerd.hpp:22
Definition: PDDLPlannerInterface.hpp:9
Planner(const std::string &resultFileBasename="plan")
Definition: ArvandHerd.cpp:18
std::string getCmd() const
Definition: ArvandHerd.hpp:30
int getVersion() const
Definition: ArvandHerd.hpp:37
Definition: ArvandHerd.hpp:14