TaskModelIntBranchAssign Value selection for assigning integer and Boolean variables IntAssign IntAssign Gecode::INT_ASSIGN_MIN (void) INT_ASSIGN_MIN void Select smallest value. IntAssign IntAssign Gecode::INT_ASSIGN_MED (void) INT_ASSIGN_MED void Select greatest value not greater than the median. IntAssign IntAssign Gecode::INT_ASSIGN_MAX (void) INT_ASSIGN_MAX void Select largest value. IntAssign IntAssign Gecode::INT_ASSIGN_RND (Rnd r) INT_ASSIGN_RND Rnd r Select random value. IntAssign IntAssign Gecode::INT_ASSIGN (IntBranchVal v, IntBranchCommit c=NULL) INT_ASSIGN IntBranchVal v IntBranchCommit c NULL 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. IntAssign IntAssign Gecode::INT_ASSIGN (BoolBranchVal v, BoolBranchCommit c=NULL) INT_ASSIGN BoolBranchVal v BoolBranchCommit c NULL 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.