Fawkes API
Fawkes Development Version
|
Comparison structure to be used for the ordering on AStar::openList. More...
#include <>>
Public Member Functions | |
bool | operator() (AStarState *a1, AStarState *a2) const |
The relation >= of this ordering. |
Comparison structure to be used for the ordering on AStar::openList.
fawkes::AStar::Cmp::operator() | ( | AStarState * | a1, |
AStarState * | a2 | ||
) | const [inline] |
The relation >= of this ordering.
a1 | the left operand |
a2 | the right operand |
Definition at line 47 of file astar.h.
References fawkes::AStarState::totalEstimatedCost.