(Revision: 10418)
Go to the source code of this file.
|
| namespace | Gecode |
| | Gecode toplevel namespace
|
| |
|
| void | Gecode::assign (Home home, const SetVarArgs &x, SetAssign vals, const ValBranchOptions &o_vals=ValBranchOptions::def) |
| | Assign all x with value selection vals. More...
|
| |
| void | Gecode::branch (Home home, SetVar x, SetValBranch vals, const ValBranchOptions &o_vals=ValBranchOptions::def) |
| | Branch over x with value selection vals. More...
|
| |
| void | Gecode::assign (Home home, SetVar x, SetAssign vals, const ValBranchOptions &o_vals=ValBranchOptions::def) |
| | Assign x with value selection vals. More...
|
| |