#include <AlpsSearchStrategy.h>


Public Member Functions | |
| AlpsNodeSelectionEstimate () | |
| Default Constructor. | |
| virtual | ~AlpsNodeSelectionEstimate () |
| Default Destructor. | |
| virtual bool | compare (AlpsTreeNode *x, AlpsTreeNode *y) |
| This returns true if the estimate quality of node y is better (the lesser the better) than that of node x. | |
Definition at line 193 of file AlpsSearchStrategy.h.
| AlpsNodeSelectionEstimate::AlpsNodeSelectionEstimate | ( | ) | [inline] |
Default Constructor.
Definition at line 197 of file AlpsSearchStrategy.h.
| virtual AlpsNodeSelectionEstimate::~AlpsNodeSelectionEstimate | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 200 of file AlpsSearchStrategy.h.
| virtual bool AlpsNodeSelectionEstimate::compare | ( | AlpsTreeNode * | x, | |
| AlpsTreeNode * | y | |||
| ) | [inline, virtual] |
This returns true if the estimate quality of node y is better (the lesser the better) than that of node x.
Implements AlpsNodeSelection.
Definition at line 204 of file AlpsSearchStrategy.h.
1.6.1