Gecode::BoolAssign Class Reference
[Branching]
Which values to select for assignment. More...
#include <int.hh>
Public Types | |
enum | Select { SEL_MIN, SEL_MAX, SEL_RND, SEL_VAL_COMMIT } |
Which value selection. More... | |
Public Member Functions | |
BoolAssign (Select s=SEL_MIN) | |
Initialize with selection strategy s. | |
BoolAssign (Rnd r) | |
Initialize with random number generator r. | |
BoolAssign (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 assignment.
Definition at line 4938 of file int.hh.
Member Enumeration Documentation
Constructor & Destructor Documentation
Gecode::BoolAssign::BoolAssign | ( | Select | s = SEL_MIN |
) | [inline] |
Initialize with selection strategy s.
Definition at line 82 of file assign.hpp.
Gecode::BoolAssign::BoolAssign | ( | Rnd | r | ) | [inline] |
Initialize with random number generator r.
Definition at line 86 of file assign.hpp.
Gecode::BoolAssign::BoolAssign | ( | BoolBranchVal | v, | |
BoolBranchCommit | c | |||
) | [inline] |
Initialize with value function f and commit function c.
Definition at line 90 of file assign.hpp.
Member Function Documentation
BoolAssign::Select Gecode::BoolAssign::select | ( | void | ) | const [inline] |
Return selection strategy.
Definition at line 94 of file assign.hpp.
Member Data Documentation
Select Gecode::BoolAssign::s [protected] |
The documentation for this class was generated from the following files:
- gecode/int.hh
- gecode/int/branch/assign.hpp