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