Generated on Tue Mar 5 2013 22:37:35 for Gecode by doxygen 1.8.3.1
Tie-breaking for variable selection

Functions

template<class VarBranch >
TieBreakVarBranch< VarBranch > Gecode::tiebreak (VarBranch a, VarBranch b)
 Combine variable selection criteria a and b for tie-breaking. More...
 
template<class VarBranch >
TieBreakVarBranch< VarBranch > Gecode::tiebreak (VarBranch a, VarBranch b, VarBranch c)
 Combine variable selection criteria a, b, and c for tie-breaking. More...
 
template<class VarBranch >
TieBreakVarBranch< VarBranch > Gecode::tiebreak (VarBranch a, VarBranch b, VarBranch c, VarBranch d)
 Combine variable selection criteria a, b, c, and d for tie-breaking. More...
 
TieBreakVarBranchOptions Gecode::tiebreak (VarBranchOptions a, VarBranchOptions b)
 Combine variable branch options a and b for tie-breaking. More...
 
TieBreakVarBranchOptions Gecode::tiebreak (VarBranchOptions a, VarBranchOptions b, VarBranchOptions c)
 Combine variable branch options a, b, and c for tie-breaking. More...
 
TieBreakVarBranchOptions Gecode::tiebreak (VarBranchOptions a, VarBranchOptions b, VarBranchOptions c, VarBranchOptions d)
 Combine variable branch options a, b, c, and d for tie-breaking. More...
 

Detailed Description

Function Documentation

template<class VarBranch >
TieBreakVarBranch< VarBranch > Gecode::tiebreak ( VarBranch  a,
VarBranch  b 
)
inline

Combine variable selection criteria a and b for tie-breaking.

Definition at line 203 of file branch.hpp.

template<class VarBranch >
TieBreakVarBranch< VarBranch > Gecode::tiebreak ( VarBranch  a,
VarBranch  b,
VarBranch  c 
)
inline

Combine variable selection criteria a, b, and c for tie-breaking.

Definition at line 210 of file branch.hpp.

template<class VarBranch >
TieBreakVarBranch< VarBranch > Gecode::tiebreak ( VarBranch  a,
VarBranch  b,
VarBranch  c,
VarBranch  d 
)
inline

Combine variable selection criteria a, b, c, and d for tie-breaking.

Definition at line 217 of file branch.hpp.

TieBreakVarBranchOptions Gecode::tiebreak ( VarBranchOptions  a,
VarBranchOptions  b 
)
inline

Combine variable branch options a and b for tie-breaking.

Definition at line 234 of file branch.hpp.

TieBreakVarBranchOptions Gecode::tiebreak ( VarBranchOptions  a,
VarBranchOptions  b,
VarBranchOptions  c 
)
inline

Combine variable branch options a, b, and c for tie-breaking.

Definition at line 240 of file branch.hpp.

TieBreakVarBranchOptions Gecode::tiebreak ( VarBranchOptions  a,
VarBranchOptions  b,
VarBranchOptions  c,
VarBranchOptions  d 
)
inline

Combine variable branch options a, b, c, and d for tie-breaking.

Definition at line 246 of file branch.hpp.