Generated on Tue Apr 18 10:22:49 2017 for Gecode by doxygen 1.6.3

Tie-breaking for variable selection
[Generic branching support]

Functions

template<class VarBranch >
TieBreak< VarBranch > Gecode::tiebreak (VarBranch a, VarBranch b)
 Combine variable selection criteria a and b for tie-breaking.
template<class VarBranch >
TieBreak< VarBranch > Gecode::tiebreak (VarBranch a, VarBranch b, VarBranch c)
 Combine variable selection criteria a, b, and c for tie-breaking.
template<class VarBranch >
TieBreak< VarBranch > Gecode::tiebreak (VarBranch a, VarBranch b, VarBranch c, VarBranch d)
 Combine variable selection criteria a, b, c, and d for tie-breaking.

Function Documentation

template<class VarBranch >
TieBreak< VarBranch > Gecode::tiebreak ( VarBranch  a,
VarBranch  b 
) [inline]

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

Definition at line 84 of file branch-tiebreak.hpp.

template<class VarBranch >
TieBreak< VarBranch > Gecode::tiebreak ( VarBranch  a,
VarBranch  b,
VarBranch  c 
) [inline]

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

Definition at line 91 of file branch-tiebreak.hpp.

template<class VarBranch >
TieBreak< 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 98 of file branch-tiebreak.hpp.