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

SetAssign Gecode::SET_ASSIGN_MIN_INC (void)
 Include smallest element. More...
 
SetAssign Gecode::SET_ASSIGN_MIN_EXC (void)
 Exclude smallest element. More...
 
SetAssign Gecode::SET_ASSIGN_MED_INC (void)
 Include median element (rounding downwards) More...
 
SetAssign Gecode::SET_ASSIGN_MED_EXC (void)
 Exclude median element (rounding downwards) More...
 
SetAssign Gecode::SET_ASSIGN_MAX_INC (void)
 Include largest element. More...
 
SetAssign Gecode::SET_ASSIGN_MAX_EXC (void)
 Exclude largest element. More...
 
SetAssign Gecode::SET_ASSIGN_RND_INC (Rnd r)
 Include random element. More...
 
SetAssign Gecode::SET_ASSIGN_RND_EXC (Rnd r)
 Exclude random element. More...
 
SetAssign Gecode::SET_ASSIGN (SetBranchVal v, SetBranchCommit c=NULL)
 Select value as defined by the value function v and commit function c. More...