Functor for the priority queue used in solve() More...
#include <StructuredBva.hpp>
Public Types | |
typedef bool(*) | compareFunc(const queuePair &, const queuePair &) |
Public Member Functions | |
PairCompare (compareFunc func) | |
bool | operator() (const queuePair &lhs, const queuePair &rhs) const |
Public Attributes | |
compareFunc | func |
Functor for the priority queue used in solve()