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. | |
FloatValBranch (Rnd r) | |
Initialize with random number generator r. | |
FloatValBranch (VoidFunction v, VoidFunction c) | |
Initialize with value function f and commit function c. | |
Select | select (void) const |
Return selection strategy. | |
Protected Attributes | |
Select | s |
Which value to select. |
Which value selection.
Gecode::FloatValBranch::FloatValBranch | ( | Select | s = SEL_SPLIT_MIN | ) | [inline] |
Gecode::FloatValBranch::FloatValBranch | ( | Rnd | r | ) | [inline] |
Gecode::FloatValBranch::FloatValBranch | ( | VoidFunction | v, |
VoidFunction | c | ||
) | [inline] |
FloatValBranch::Select Gecode::FloatValBranch::select | ( | void | ) | const [inline] |
Select Gecode::FloatValBranch::s [protected] |