
Variable branching information. More...
#include <branch-var.hpp>
Public Types | |
| typedef BranchTraits< Var >::Merit | MeritFunction |
| Corresponding merit function. More... | |
Public Member Functions | |
| VarBranch (void) | |
| Initialize. More... | |
| VarBranch (BranchTbl t) | |
| Initialize with tie-break limit function t. More... | |
| VarBranch (Rnd r) | |
| Initialize with random number generator r. More... | |
| VarBranch (double d, BranchTbl t) | |
| Initialize with decay factor d and tie-break limit function t. More... | |
| VarBranch (AFC a, BranchTbl t) | |
| Initialize with AFC a and tie-break limit function t. More... | |
| VarBranch (Action a, BranchTbl t) | |
| Initialize with action a and tie-break limit function t. More... | |
| VarBranch (CHB c, BranchTbl t) | |
| Initialize with CHB c and tie-break limit function t. More... | |
| VarBranch (MeritFunction f, BranchTbl t) | |
| Initialize with merit function f and tie-break limit function t. More... | |
| BranchTbl | tbl (void) const |
| Return tie-break limit function. More... | |
| Rnd | rnd (void) const |
| Return random number generator. More... | |
| double | decay (void) const |
| Return decay factor. More... | |
| AFC | afc (void) const |
| Return AFC. More... | |
| void | afc (AFC a) |
| Set AFC to a. More... | |
| Action | action (void) const |
| Return action. More... | |
| void | action (Action a) |
| Set action to a. More... | |
| CHB | chb (void) const |
| Return CHB. More... | |
| void | chb (CHB chb) |
| Set CHB to chb. More... | |
| MeritFunction | merit (void) const |
| Return merit function. More... | |
Protected Attributes | |
| BranchTbl | _tbl |
| Tie-breaking limit function. More... | |
| Rnd | _rnd |
| Random number generator. More... | |
| double | _decay |
| Decay information for AFC and action. More... | |
| AFC | _afc |
| AFC information. More... | |
| Action | _act |
| Action information. More... | |
| CHB | _chb |
| CHB information. More... | |
| MeritFunction | _mf |
| Merit function. More... | |
Variable branching information.
Definition at line 59 of file branch-var.hpp.
| typedef BranchTraits<Var>::Merit Gecode::VarBranch< Var >::MeritFunction |
Corresponding merit function.
Definition at line 62 of file branch-var.hpp.
|
inline |
Initialize.
Definition at line 120 of file branch-var.hpp.
|
inline |
Initialize with tie-break limit function t.
Definition at line 125 of file branch-var.hpp.
|
inline |
Initialize with random number generator r.
Definition at line 159 of file branch-var.hpp.
|
inline |
Initialize with decay factor d and tie-break limit function t.
Definition at line 130 of file branch-var.hpp.
|
inline |
Initialize with AFC a and tie-break limit function t.
Definition at line 135 of file branch-var.hpp.
|
inline |
Initialize with action a and tie-break limit function t.
Definition at line 143 of file branch-var.hpp.
|
inline |
Initialize with CHB c and tie-break limit function t.
Definition at line 151 of file branch-var.hpp.
|
inline |
Initialize with merit function f and tie-break limit function t.
Definition at line 167 of file branch-var.hpp.
|
inline |
Return tie-break limit function.
Definition at line 172 of file branch-var.hpp.
|
inline |
Return random number generator.
Definition at line 178 of file branch-var.hpp.
|
inline |
Return decay factor.
Definition at line 184 of file branch-var.hpp.
|
inline |
Return AFC.
Definition at line 190 of file branch-var.hpp.
|
inline |
Definition at line 196 of file branch-var.hpp.
|
inline |
Return action.
Definition at line 202 of file branch-var.hpp.
|
inline |
Set action to a.
Definition at line 208 of file branch-var.hpp.
|
inline |
Return CHB.
Definition at line 214 of file branch-var.hpp.
|
inline |
Definition at line 220 of file branch-var.hpp.
|
inline |
Return merit function.
Definition at line 226 of file branch-var.hpp.
|
protected |
Tie-breaking limit function.
Definition at line 65 of file branch-var.hpp.
|
protected |
Random number generator.
Definition at line 67 of file branch-var.hpp.
|
protected |
Decay information for AFC and action.
Definition at line 69 of file branch-var.hpp.
|
protected |
AFC information.
Definition at line 71 of file branch-var.hpp.
|
protected |
Action information.
Definition at line 73 of file branch-var.hpp.
|
protected |
CHB information.
Definition at line 75 of file branch-var.hpp.
|
protected |
Merit function.
Definition at line 77 of file branch-var.hpp.