
Which values to select for branching first. More...
#include <float.hh>
Public Types | |
| enum | Select { SEL_SPLIT_MIN, SEL_SPLIT_MAX, SEL_SPLIT_RND, SEL_VAL_COMMIT } |
| Which value selection. More... | |
Public Member Functions | |
| FloatValBranch (Select s=SEL_SPLIT_MIN) | |
| Initialize with selection strategy s. More... | |
| FloatValBranch (Rnd r) | |
| Initialize with random number generator r. More... | |
| FloatValBranch (VoidFunction v, VoidFunction c) | |
| Initialize with value function f and commit function c. More... | |
| Select | select (void) const |
| Return selection strategy. More... | |
Public Member Functions inherited from Gecode::ValBranch | |
| ValBranch (void) | |
| Initialize. More... | |
| ValBranch (Rnd r) | |
| Initialize with random number generator r. More... | |
| ValBranch (VoidFunction v, VoidFunction c) | |
| Initialize with value function v and commit function c. More... | |
| Rnd | rnd (void) const |
| Return random number generator. More... | |
| VoidFunction | val (void) const |
| Return value function. More... | |
| VoidFunction | commit (void) const |
| Return commit function. More... | |
Protected Attributes | |
| Select | s |
| Which value to select. More... | |
Protected Attributes inherited from Gecode::ValBranch | |
| Rnd | r |
| Random number generator. More... | |
| VoidFunction | vf |
| Value function. More... | |
| VoidFunction | cf |
| Commit function. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |