Generated on Thu Mar 16 2017 03:24:26 for Gecode by doxygen 1.8.13

Functions

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

Detailed Description

Function Documentation

◆ tiebreak() [1/3]

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

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

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

◆ tiebreak() [2/3]

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

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

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

◆ tiebreak() [3/3]

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.

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