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

(Revision: 13455)

Go to the source code of this file.

Namespaces

namespace  Gecode
 Gecode toplevel namespace
 

Functions

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