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