Go to the source code of this file.
Classes | |
class | Gecode::TieBreak< VarBranch > |
Combine variable selection criteria for tie-breaking. More... | |
Functions | |
template<class VarBranch > | |
TieBreak< VarBranch > | Gecode::tiebreak (VarBranch a, VarBranch b) |
Combine variable selection criteria a and b for tie-breaking. More... | |
template<class VarBranch > | |
TieBreak< VarBranch > | Gecode::tiebreak (VarBranch a, VarBranch b, VarBranch c) |
Combine variable selection criteria a, b, and c for tie-breaking. More... | |
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. More... | |
Combine variable selection criteria a and b for tie-breaking.
Definition at line 80 of file tiebreak.hpp.
TieBreak< VarBranch > Gecode::tiebreak | ( | VarBranch | a, |
VarBranch | b, | ||
VarBranch | c | ||
) |
Combine variable selection criteria a, b, and c for tie-breaking.
Definition at line 87 of file tiebreak.hpp.