Generated on Wed Jan 24 2018 21:22:26 for Gecode by doxygen 1.8.13

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=nullptr)
 Select value as defined by the value function v and commit function c. More...
 
BoolAssign Gecode::BOOL_ASSIGN_MIN (void)
 Select smallest value. More...
 
BoolAssign Gecode::BOOL_ASSIGN_MAX (void)
 Select largest value. More...
 
BoolAssign Gecode::BOOL_ASSIGN_RND (Rnd r)
 Select random value. More...
 
BoolAssign Gecode::BOOL_ASSIGN (BoolBranchVal v, BoolBranchCommit c=nullptr)
 Select value as defined by the value function v and commit function c. More...
 

Detailed Description

Function Documentation

◆ INT_ASSIGN_MIN()

IntAssign Gecode::INT_ASSIGN_MIN ( void  )
inline

Select smallest value.

Definition at line 59 of file assign.hpp.

◆ INT_ASSIGN_MED()

IntAssign Gecode::INT_ASSIGN_MED ( void  )
inline

Select greatest value not greater than the median.

Definition at line 64 of file assign.hpp.

◆ INT_ASSIGN_MAX()

IntAssign Gecode::INT_ASSIGN_MAX ( void  )
inline

Select largest value.

Definition at line 69 of file assign.hpp.

◆ INT_ASSIGN_RND()

IntAssign Gecode::INT_ASSIGN_RND ( Rnd  r)
inline

Select random value.

Definition at line 74 of file assign.hpp.

◆ INT_ASSIGN()

IntAssign Gecode::INT_ASSIGN ( IntBranchVal  v,
IntBranchCommit  c = nullptr 
)
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.

◆ BOOL_ASSIGN_MIN()

BoolAssign Gecode::BOOL_ASSIGN_MIN ( void  )
inline

Select smallest value.

Definition at line 104 of file assign.hpp.

◆ BOOL_ASSIGN_MAX()

BoolAssign Gecode::BOOL_ASSIGN_MAX ( void  )
inline

Select largest value.

Definition at line 109 of file assign.hpp.

◆ BOOL_ASSIGN_RND()

BoolAssign Gecode::BOOL_ASSIGN_RND ( Rnd  r)
inline

Select random value.

Definition at line 114 of file assign.hpp.

◆ BOOL_ASSIGN()

BoolAssign Gecode::BOOL_ASSIGN ( BoolBranchVal  v,
BoolBranchCommit  c = nullptr 
)
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 119 of file assign.hpp.