Gecode::BoolValBranch Class Reference
[Branching]
Which values to select for branching first. More...
#include <int.hh>
Public Types | |
enum | Select { SEL_MIN, SEL_MAX, SEL_RND, SEL_VAL_COMMIT } |
Which value selection. More... | |
Public Member Functions | |
BoolValBranch (Select s=SEL_MIN) | |
Initialize with selection strategy s. | |
BoolValBranch (Rnd r) | |
Initialize with random number generator r. | |
BoolValBranch (BoolBranchVal v, BoolBranchCommit 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. |
Detailed Description
Which values to select for branching first.
Definition at line 4538 of file int.hh.
Member Enumeration Documentation
Constructor & Destructor Documentation
Gecode::BoolValBranch::BoolValBranch | ( | Select | s = SEL_MIN |
) | [inline] |
Gecode::BoolValBranch::BoolValBranch | ( | Rnd | r | ) | [inline] |
Gecode::BoolValBranch::BoolValBranch | ( | BoolBranchVal | v, | |
BoolBranchCommit | c | |||
) | [inline] |
Member Function Documentation
BoolValBranch::Select Gecode::BoolValBranch::select | ( | void | ) | const [inline] |
Member Data Documentation
Select Gecode::BoolValBranch::s [protected] |
The documentation for this class was generated from the following files:
- gecode/int.hh (Revision: 15623)
- gecode/int/branch/val.hpp (Revision: 15569)