Generated on Sat Feb 7 2015 02:01:35 for Gecode by doxygen 1.8.9.1

Functions

FloatAssign Gecode::FLOAT_ASSIGN_MIN (void)
 Select median value of the lower part. More...
 
FloatAssign Gecode::FLOAT_ASSIGN_MAX (void)
 Select median value of the upper part. More...
 
FloatAssign Gecode::FLOAT_ASSIGN_RND (Rnd r)
 Select median value of a randomly chosen part. More...
 
FloatAssign Gecode::FLOAT_ASSIGN (FloatBranchVal v, FloatBranchCommit c)
 

Detailed Description

Function Documentation

FloatAssign Gecode::FLOAT_ASSIGN_MIN ( void  )
inline

Select median value of the lower part.

Definition at line 59 of file assign.hpp.

FloatAssign Gecode::FLOAT_ASSIGN_MAX ( void  )
inline

Select median value of the upper part.

Definition at line 64 of file assign.hpp.

FloatAssign Gecode::FLOAT_ASSIGN_RND ( Rnd  r)
inline

Select median value of a randomly chosen part.

Definition at line 69 of file assign.hpp.

FloatAssign Gecode::FLOAT_ASSIGN ( FloatBranchVal  v,
FloatBranchCommit  c = NULL 
)
inline

Select value as defined by the value function v and commit function c The default commit function posts the constraint that the float variable x must be less or equal than the value n.

Definition at line 74 of file assign.hpp.