(Revision: 13455)
Go to the source code of this file.
|
namespace | Gecode |
| Gecode toplevel namespace
|
|
|
BrancherHandle | Gecode::branch (Home home, const SetVarArgs &x, SetVarBranch vars, SetValBranch vals, SetBranchFilter sbf=NULL) |
| Branch over x with variable selection vars and value selection vals. More...
|
|
BrancherHandle | Gecode::branch (Home home, const SetVarArgs &x, TieBreak< SetVarBranch > vars, SetValBranch vals, SetBranchFilter sbf=NULL) |
| Branch over x with tie-breaking variable selection vars and value selection vals. More...
|
|
BrancherHandle | Gecode::branch (Home home, SetVar x, SetValBranch vals) |
| Branch over x with value selection vals. More...
|
|
BrancherHandle | Gecode::assign (Home home, const SetVarArgs &x, SetAssign vals, SetBranchFilter sbf=NULL) |
| Assign all x with value selection vals. More...
|
|
BrancherHandle | Gecode::assign (Home home, SetVar x, SetAssign vals) |
| Assign x with value selection vals. More...
|
|