Public Member Functions | |
EvaluationInfo () | |
EvaluationInfo (double heur, const std::vector< const Operator * > &pref) | |
Public Attributes | |
double | heuristic |
std::vector< const Operator * > | preferred_operators |
Definition at line 20 of file heuristic.h.
Heuristic::EvaluationInfo::EvaluationInfo | ( | ) | [inline] |
Definition at line 22 of file heuristic.h.
Heuristic::EvaluationInfo::EvaluationInfo | ( | double | heur, |
const std::vector< const Operator * > & | pref | ||
) | [inline] |
Definition at line 25 of file heuristic.h.
Definition at line 29 of file heuristic.h.
std::vector<const Operator *> Heuristic::EvaluationInfo::preferred_operators |
Definition at line 30 of file heuristic.h.