Generated on Sat Feb 7 2015 02:01:33 for Gecode by doxygen 1.8.9.1
assign.hpp File Reference

(Revision: 13103)

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 

Functions

IntAssign Gecode::INT_ASSIGN_MIN (void)
 Select smallest value. More...
 
IntAssign Gecode::INT_ASSIGN_MED (void)
 Select greatest value not greater than the median. More...
 
IntAssign Gecode::INT_ASSIGN_MAX (void)
 Select largest value. More...
 
IntAssign Gecode::INT_ASSIGN_RND (Rnd r)
 Select random value. More...
 
IntAssign Gecode::INT_ASSIGN (IntBranchVal v, IntBranchCommit c=NULL)
 Select value as defined by the value function v and commit function c. More...
 
IntAssign Gecode::INT_ASSIGN (BoolBranchVal v, BoolBranchCommit c=NULL)
 Select value as defined by the value function v and commit function c. More...