1 #ifndef PDDL_PLANNER_UNIFORM_HPP 2 #define PDDL_PLANNER_UNIFORM_HPP 4 #include <pddl_planner/PDDLPlannerInterface.hpp> 22 std::string
getName()
const {
return "UNIFORM"; }
30 std::string
getCmd()
const {
return "uniform-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);
63 #endif // PDDL_PLANNER_UNIFORM_HPP
Definition: PDDLPlannerInterface.cpp:18
Definition: PDDLPlannerTypes.hpp:66
Definition: PDDLPlannerInterface.hpp:9