#include <AnyPlan.h>
Public Member Functions | |
AnyPlan (actasp::MultiPlanner *actualPlanner, double suboptimality=1.) | |
AnswerSet | computePlan (const std::vector< actasp::AspRule > &goal) const throw (std::logic_error) |
Private Attributes | |
MultiPlanner * | actualPlanner |
double | suboptimality |
actasp::AnyPlan::AnyPlan | ( | actasp::MultiPlanner * | actualPlanner, |
double | suboptimality = 1. |
||
) |
Definition at line 12 of file AnyPlan.cpp.
AnswerSet actasp::AnyPlan::computePlan | ( | const std::vector< actasp::AspRule > & | goal | ) | const throw (std::logic_error) [virtual] |
Implements actasp::Planner.
Definition at line 16 of file AnyPlan.cpp.
MultiPlanner* actasp::AnyPlan::actualPlanner [private] |
double actasp::AnyPlan::suboptimality [private] |