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

(Revision: 13438)

Go to the source code of this file.

Namespaces

namespace  Gecode
 Gecode toplevel namespace
 

Functions

BrancherHandle Gecode::branch (Home home, const IntVarArgs &x, IntVarBranch vars, IntValBranch vals, IntBranchFilter bf=NULL)
 Branch over x with variable selection vars and value selection vals. More...
 
BrancherHandle Gecode::branch (Home home, const IntVarArgs &x, TieBreak< IntVarBranch > vars, IntValBranch vals, IntBranchFilter bf=NULL)
 Branch over x with tie-breaking variable selection vars and value selection vals. More...
 
BrancherHandle Gecode::branch (Home home, IntVar x, IntValBranch vals)
 Branch over x with value selection vals. More...
 
BrancherHandle Gecode::assign (Home home, const IntVarArgs &x, IntAssign vals, IntBranchFilter ibf=NULL)
 Assign all x with value selection vals. More...
 
BrancherHandle Gecode::assign (Home home, IntVar x, IntAssign vals)
 Assign x with value selection vals. More...
 
BrancherHandle Gecode::branch (Home home, const BoolVarArgs &x, IntVarBranch vars, IntValBranch vals, BoolBranchFilter bf=NULL)
 Branch over x with variable selection vars and value selection vals. More...
 
BrancherHandle Gecode::branch (Home home, const BoolVarArgs &x, TieBreak< IntVarBranch > vars, IntValBranch vals, BoolBranchFilter bf=NULL)
 Branch over x with tie-breaking variable selection vars and value selection vals. More...
 
BrancherHandle Gecode::branch (Home home, BoolVar x, IntValBranch vals)
 Branch over x with value selection vals. More...
 
BrancherHandle Gecode::assign (Home home, const BoolVarArgs &x, IntAssign vals, BoolBranchFilter bbf=NULL)
 Assign all x with value selection vals. More...
 
BrancherHandle Gecode::assign (Home home, BoolVar x, IntAssign vals)
 Assign x with value selection vals. More...