![]() |
MAiNGO
|
Functor for comparing node priorities. More...
#include <babTree.h>
Public Member Functions | |
bool | operator() (const BabNodeWithInfo &a, const BabNodeWithInfo &b) const |
() operator for comparing More... | |
Functor for comparing node priorities.
The default is maxHeap, we will keep this convention. The node with the highest nodeSelectionScore will be ensured to be at top of _nodeVector Returns true if priority of a < b
|
inline |
() operator for comparing
[in] | a | is the left object |
[in] | b | is the right object |