Gecode::VarBranch< Var > Class Template Reference
[Generic branching support]
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. | |
Detailed Description
template<class Var>
class Gecode::VarBranch< Var >
Variable branching information.
Definition at line 55 of file var.hpp.
Member Typedef Documentation
template<class Var>
| typedef BranchTraits<Var>::Merit Gecode::VarBranch< Var >::MeritFunction |
Constructor & Destructor Documentation
template<class Var >
| Gecode::VarBranch< Var >::VarBranch | ( | void | ) | [inline] |
template<class Var >
| Gecode::VarBranch< Var >::VarBranch | ( | BranchTbl | t | ) | [inline] |
template<class Var >
| Gecode::VarBranch< Var >::VarBranch | ( | Rnd | r | ) | [inline] |
template<class Var >
| Gecode::VarBranch< Var >::VarBranch | ( | double | d, | |
| BranchTbl | t | |||
| ) | [inline] |
template<class Var >
| Gecode::VarBranch< Var >::VarBranch | ( | AFC | a, | |
| BranchTbl | t | |||
| ) | [inline] |
template<class Var >
| Gecode::VarBranch< Var >::VarBranch | ( | Action | a, | |
| BranchTbl | t | |||
| ) | [inline] |
template<class Var >
| Gecode::VarBranch< Var >::VarBranch | ( | CHB | c, | |
| BranchTbl | t | |||
| ) | [inline] |
template<class Var >
| Gecode::VarBranch< Var >::VarBranch | ( | MeritFunction | f, | |
| BranchTbl | t | |||
| ) | [inline] |
Member Function Documentation
template<class Var >
| BranchTbl Gecode::VarBranch< Var >::tbl | ( | void | ) | const [inline] |
template<class Var >
| Rnd Gecode::VarBranch< Var >::rnd | ( | void | ) | const [inline] |
template<class Var >
| double Gecode::VarBranch< Var >::decay | ( | void | ) | const [inline] |
template<class Var >
| AFC Gecode::VarBranch< Var >::afc | ( | void | ) | const [inline] |
template<class Var >
| void Gecode::VarBranch< Var >::afc | ( | AFC | a | ) | [inline] |
template<class Var >
| Action Gecode::VarBranch< Var >::action | ( | void | ) | const [inline] |
template<class Var >
| void Gecode::VarBranch< Var >::action | ( | Action | a | ) | [inline] |
template<class Var >
| CHB Gecode::VarBranch< Var >::chb | ( | void | ) | const [inline] |
template<class Var >
| void Gecode::VarBranch< Var >::chb | ( | CHB | chb | ) | [inline] |
template<class Var >
| VarBranch< Var >::MeritFunction Gecode::VarBranch< Var >::merit | ( | void | ) | const [inline] |
Member Data Documentation
template<class Var>
BranchTbl Gecode::VarBranch< Var >::_tbl [protected] |
template<class Var>
Rnd Gecode::VarBranch< Var >::_rnd [protected] |
template<class Var>
double Gecode::VarBranch< Var >::_decay [protected] |
template<class Var>
AFC Gecode::VarBranch< Var >::_afc [protected] |
template<class Var>
Action Gecode::VarBranch< Var >::_act [protected] |
template<class Var>
CHB Gecode::VarBranch< Var >::_chb [protected] |
template<class Var>
MeritFunction Gecode::VarBranch< Var >::_mf [protected] |
The documentation for this class was generated from the following file:
- gecode/kernel/branch/var.hpp
