Go to the source code of this file.
Classes | |
class | ClosedList |
struct | ClosedList::PredecessorInfo |
struct | TssEquals |
struct | TssHash |
Functions | |
double | getSumOfSubgoals (const vector< PlanStep > &plan) |
double | getSumOfSubgoals (const PlanTrace &path) |
bool | prevailEquals (const Prevail &prev1, const Prevail &prev2) |
bool | scheduledConditionEquals (const ScheduledCondition &cond1, const ScheduledCondition &cond2) |
bool | scheduledEffectEquals (const ScheduledEffect &eff1, const ScheduledEffect &eff2) |
double getSumOfSubgoals | ( | const vector< PlanStep > & | plan | ) |
Definition at line 313 of file closed_list.cpp.
double getSumOfSubgoals | ( | const PlanTrace & | path | ) |
Definition at line 322 of file closed_list.cpp.
bool prevailEquals | ( | const Prevail & | prev1, |
const Prevail & | prev2 | ||
) |
Definition at line 46 of file closed_list.cpp.
bool scheduledConditionEquals | ( | const ScheduledCondition & | cond1, |
const ScheduledCondition & | cond2 | ||
) |
Definition at line 55 of file closed_list.cpp.
bool scheduledEffectEquals | ( | const ScheduledEffect & | eff1, |
const ScheduledEffect & | eff2 | ||
) |
Definition at line 66 of file closed_list.cpp.