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