#include <AlpsSearchStrategy.h>


Public Member Functions | |
| AlpsNodeSelectionBest () | |
| Default Constructor. | |
| virtual | ~AlpsNodeSelectionBest () |
| Default Destructor. | |
| virtual bool | compare (AlpsTreeNode *x, AlpsTreeNode *y) |
| This returns true if quality of node y is better (the less the better) than that of node x. | |
Definition at line 139 of file AlpsSearchStrategy.h.
| AlpsNodeSelectionBest::AlpsNodeSelectionBest | ( | ) | [inline] |
Default Constructor.
Definition at line 143 of file AlpsSearchStrategy.h.
| virtual AlpsNodeSelectionBest::~AlpsNodeSelectionBest | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 146 of file AlpsSearchStrategy.h.
| virtual bool AlpsNodeSelectionBest::compare | ( | AlpsTreeNode * | x, | |
| AlpsTreeNode * | y | |||
| ) | [inline, virtual] |
This returns true if quality of node y is better (the less the better) than that of node x.
Implements AlpsNodeSelection.
Definition at line 150 of file AlpsSearchStrategy.h.
1.6.1