Generated on Sat Feb 7 2015 02:01:36 for Gecode by doxygen 1.8.9.1
Value selection for assigning integer and Boolean variables

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

Detailed Description

Function Documentation

IntAssign Gecode::INT_ASSIGN_MIN ( void  )
inline

Select smallest value.

Definition at line 59 of file assign.hpp.

IntAssign Gecode::INT_ASSIGN_MED ( void  )
inline

Select greatest value not greater than the median.

Definition at line 64 of file assign.hpp.

IntAssign Gecode::INT_ASSIGN_MAX ( void  )
inline

Select largest value.

Definition at line 69 of file assign.hpp.

IntAssign Gecode::INT_ASSIGN_RND ( Rnd  r)
inline

Select random value.

Definition at line 74 of file assign.hpp.

IntAssign Gecode::INT_ASSIGN ( IntBranchVal  v,
IntBranchCommit  c = NULL 
)
inline

Select value as defined by the value function v and commit function c.

Uses a commit function as default that posts the constraint that a variable x must be equal to the value n.

Definition at line 79 of file assign.hpp.

IntAssign Gecode::INT_ASSIGN ( BoolBranchVal  v,
BoolBranchCommit  c = NULL 
)
inline

Select value as defined by the value function v and commit function c.

Uses a commit function as default that posts the constraint that a variable x must be equal to the value n.

Definition at line 85 of file assign.hpp.