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