Combine variable branch options for tie-breaking. More...
#include <branch.hpp>
Public Member Functions | |
TieBreakVarBranchOptions (const VarBranchOptions &a0=VarBranchOptions::def, const VarBranchOptions &b0=VarBranchOptions::def, const VarBranchOptions &c0=VarBranchOptions::def, const VarBranchOptions &d0=VarBranchOptions::def) | |
Initialize with variable selection criteria. More... | |
Public Attributes | |
VarBranchOptions | a |
Options for branching criteria to try in order. More... | |
VarBranchOptions | b |
VarBranchOptions | c |
VarBranchOptions | d |
Static Public Attributes | |
static const TieBreakVarBranchOptions | def |
Default options. More... | |
Combine variable branch options for tie-breaking.
Definition at line 103 of file branch.hpp.
|
inline |
Initialize with variable selection criteria.
Definition at line 227 of file branch.hpp.
VarBranchOptions Gecode::TieBreakVarBranchOptions::a |
Options for branching criteria to try in order.
Definition at line 106 of file branch.hpp.
VarBranchOptions Gecode::TieBreakVarBranchOptions::b |
Definition at line 106 of file branch.hpp.
VarBranchOptions Gecode::TieBreakVarBranchOptions::c |
Definition at line 106 of file branch.hpp.
VarBranchOptions Gecode::TieBreakVarBranchOptions::d |
Definition at line 106 of file branch.hpp.
|
static |
Default options.
Definition at line 108 of file branch.hpp.