TaskModelFloatBranchAssign Value selection for assigning float variables FloatAssign FloatAssign Gecode::FLOAT_ASSIGN_MIN (void) FLOAT_ASSIGN_MIN void Select median value of the lower part. FloatAssign FloatAssign Gecode::FLOAT_ASSIGN_MAX (void) FLOAT_ASSIGN_MAX void Select median value of the upper part. FloatAssign FloatAssign Gecode::FLOAT_ASSIGN_RND (Rnd r) FLOAT_ASSIGN_RND Rnd r Select median value of a randomly chosen part. FloatAssign FloatAssign Gecode::FLOAT_ASSIGN (FloatBranchVal v, FloatBranchCommit c) FLOAT_ASSIGN FloatBranchVal v FloatBranchCommit c NULL 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.