(Revision: 13406)
Go to the source code of this file.
|
namespace | Gecode |
| Gecode toplevel namespace
|
|
|
BrancherHandle | Gecode::branch (Home home, const FloatVarArgs &x, FloatVarBranch vars, FloatValBranch vals, FloatBranchFilter fbf=NULL) |
| Branch over x with variable selection vars and value selection vals. More...
|
|
BrancherHandle | Gecode::branch (Home home, const FloatVarArgs &x, TieBreak< FloatVarBranch > vars, FloatValBranch vals, FloatBranchFilter bf=NULL) |
| Branch over x with tie-breaking variable selection vars and value selection vals. More...
|
|
BrancherHandle | Gecode::branch (Home home, FloatVar x, FloatValBranch vals) |
| Branch over x with value selection vals. More...
|
|
BrancherHandle | Gecode::assign (Home home, const FloatVarArgs &x, FloatAssign vals, FloatBranchFilter fbf=NULL) |
| Assign all x with value selection vals. More...
|
|
BrancherHandle | Gecode::assign (Home home, FloatVar x, FloatAssign vals) |
| Assign x with value selection vals. More...
|
|