Generic branching support
[Programming models]
Classes | |
| class | Gecode::VarBranchOptions |
| Variable branch options. More... | |
| class | Gecode::ValBranchOptions |
| Value branch options. More... | |
Modules | |
| Tie-breaking for variable selection | |
| Branch with a function | |
Typedefs | |
| typedef bool(* | Gecode::BranchFilter )(const Space &home, int i, const Var &x) |
| Branch filter function type. | |
Detailed Description
Support for options to branchings, tie-breaking, filter functions, and branchings that are independent of a particular variable domain.
Typedef Documentation
| typedef bool(* Gecode::BranchFilter)(const Space &home, int i, const Var &x) |
Branch filter function type.
Definition at line 54 of file branch.hpp.
