Generated on Fri Mar 20 15:56:26 2015 for Gecode by doxygen 1.6.3

assign.hpp File Reference

(Revision: 13103)

Go to the source code of this file.

Namespaces

namespace  Gecode
 

Gecode toplevel namespace


Functions

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