
Variable branching information. More...
#include <var.hpp>
Public Types | |
| typedef BranchTraits< Var >::Merit | MeritFunction |
| Corresponding merit function. | |
Public Member Functions | |
| VarBranch (void) | |
| Initialize. | |
| VarBranch (BranchTbl t) | |
| Initialize with tie-break limit function t. | |
| VarBranch (Rnd r) | |
| Initialize with random number generator r. | |
| VarBranch (double d, BranchTbl t) | |
| Initialize with decay factor d and tie-break limit function t. | |
| VarBranch (AFC a, BranchTbl t) | |
| Initialize with AFC a and tie-break limit function t. | |
| VarBranch (Action a, BranchTbl t) | |
| Initialize with action a and tie-break limit function t. | |
| VarBranch (CHB c, BranchTbl t) | |
| Initialize with CHB c and tie-break limit function t. | |
| VarBranch (MeritFunction f, BranchTbl t) | |
| Initialize with merit function f and tie-break limit function t. | |
| BranchTbl | tbl (void) const |
| Return tie-break limit function. | |
| Rnd | rnd (void) const |
| Return random number generator. | |
| double | decay (void) const |
| Return decay factor. | |
| AFC | afc (void) const |
| Return AFC. | |
| void | afc (AFC a) |
| Set AFC to a. | |
| Action | action (void) const |
| Return action. | |
| void | action (Action a) |
| Set action to a. | |
| CHB | chb (void) const |
| Return CHB. | |
| void | chb (CHB chb) |
| Set CHB to chb. | |
| MeritFunction | merit (void) const |
| Return merit function. | |
Protected Attributes | |
| BranchTbl | _tbl |
| Tie-breaking limit function. | |
| Rnd | _rnd |
| Random number generator. | |
| double | _decay |
| Decay information for AFC and action. | |
| AFC | _afc |
| AFC information. | |
| Action | _act |
| Action information. | |
| CHB | _chb |
| CHB information. | |
| MeritFunction | _mf |
| Merit function. | |
Variable branching information.
| typedef BranchTraits<Var>::Merit Gecode::VarBranch< Var >::MeritFunction |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |