Gecode::IntVarBranch Class Reference
[Branching]
Which variable to select for branching. More...
#include <int.hh>
Public Types | |
enum | Select { SEL_NONE = 0, SEL_RND, SEL_MERIT_MIN, SEL_MERIT_MAX, SEL_DEGREE_MIN, SEL_DEGREE_MAX, SEL_AFC_MIN, SEL_AFC_MAX, SEL_ACTIVITY_MIN, SEL_ACTIVITY_MAX, SEL_MIN_MIN, SEL_MIN_MAX, SEL_MAX_MIN, SEL_MAX_MAX, SEL_SIZE_MIN, SEL_SIZE_MAX, SEL_DEGREE_SIZE_MIN, SEL_DEGREE_SIZE_MAX, SEL_AFC_SIZE_MIN, SEL_AFC_SIZE_MAX, SEL_ACTIVITY_SIZE_MIN, SEL_ACTIVITY_SIZE_MAX, SEL_REGRET_MIN_MIN, SEL_REGRET_MIN_MAX, SEL_REGRET_MAX_MIN, SEL_REGRET_MAX_MAX } |
Which variable selection. More... | |
Public Member Functions | |
IntVarBranch (void) | |
Initialize with strategy SEL_NONE. | |
IntVarBranch (Rnd r) | |
Initialize with random number generator r. | |
IntVarBranch (Select s, BranchTbl t) | |
Initialize with selection strategy s and tie-break limit function t. | |
IntVarBranch (Select s, double d, BranchTbl t) | |
Initialize with selection strategy s, decay factor d, and tie-break limit function t. | |
IntVarBranch (Select s, AFC a, BranchTbl t) | |
Initialize with selection strategy s, AFC a, and tie-break limit function t. | |
IntVarBranch (Select s, Activity a, BranchTbl t) | |
Initialize with selection strategy s, activity a, and tie-break limit function t. | |
IntVarBranch (Select s, VoidFunction mf, BranchTbl t) | |
Initialize with selection strategy s, branch merit function mf, and tie-break limit function t. | |
Select | select (void) const |
Return selection strategy. | |
void | expand (Home home, const IntVarArgs &x) |
Expand decay factor into AFC or activity. | |
void | expand (Home home, const BoolVarArgs &x) |
Expand decay factor into AFC or activity. | |
Protected Attributes | |
Select | s |
Which variable to select. |
Detailed Description
Which variable to select for branching.
Definition at line 3798 of file int.hh.
Member Enumeration Documentation
Which variable selection.
- Enumerator:
Constructor & Destructor Documentation
Gecode::IntVarBranch::IntVarBranch | ( | void | ) | [inline] |
Gecode::IntVarBranch::IntVarBranch | ( | Rnd | r | ) | [inline] |
Gecode::IntVarBranch::IntVarBranch | ( | Select | s, | |
VoidFunction | mf, | |||
BranchTbl | t | |||
) | [inline] |
Member Function Documentation
IntVarBranch::Select Gecode::IntVarBranch::select | ( | void | ) | const [inline] |
void Gecode::IntVarBranch::expand | ( | Home | home, | |
const IntVarArgs & | x | |||
) | [inline] |
void Gecode::IntVarBranch::expand | ( | Home | home, | |
const BoolVarArgs & | x | |||
) | [inline] |
Member Data Documentation
Select Gecode::IntVarBranch::s [protected] |
The documentation for this class was generated from the following files:
- gecode/int.hh (Revision: 14362)
- gecode/int/branch/var.hpp (Revision: 13313)