Topics | |
Branch with a function | |
Tie-breaking for variable selection |
Classes | |
class | Gecode::ValBranch< Var > |
Value branching information. More... | |
class | Gecode::VarBranch< Var > |
Variable branching information. More... |
Typedefs | |
typedef std::function< double(const Space &home, double w, double b)> | Gecode::BranchTbl |
Tie-break limit function. |
Support for randomization and tie-breaking that are independent of a particular variable domain.
typedef std::function<double(const Space& home, double w, double b)> Gecode::BranchTbl |