Generated on Sat May 25 2013 18:00:42 for Gecode by doxygen 1.8.3.1
branch.cpp File Reference

(Revision: 13406)

Go to the source code of this file.

Namespaces

namespace  Gecode
 Gecode toplevel namespace
 

Functions

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...