#include <GraphSearch.hpp>
Public Member Functions | |
bool | operator() (Path< StateType, ActionType > &p1, Path< StateType, ActionType > &p2) |
PathComparator (SearchProblem< StateType, ActionType > *problem) | |
Private Attributes | |
SearchProblem< StateType, ActionType > * | _problem |
Definition at line 16 of file GraphSearch.hpp.
|
inline |
Definition at line 21 of file GraphSearch.hpp.
|
inline |
Definition at line 26 of file GraphSearch.hpp.
|
private |
Definition at line 19 of file GraphSearch.hpp.