TaskModelSetBranchVal Value selection for set variables SetValBranch SetValBranch Gecode::SET_VAL_MIN_INC (void) SET_VAL_MIN_INC void Include smallest element. SetValBranch SetValBranch Gecode::SET_VAL_MIN_EXC (void) SET_VAL_MIN_EXC void Exclude smallest element. SetValBranch SetValBranch Gecode::SET_VAL_MED_INC (void) SET_VAL_MED_INC void Include median element (rounding downwards) SetValBranch SetValBranch Gecode::SET_VAL_MED_EXC (void) SET_VAL_MED_EXC void Exclude median element (rounding downwards) SetValBranch SetValBranch Gecode::SET_VAL_MAX_INC (void) SET_VAL_MAX_INC void Include largest element. SetValBranch SetValBranch Gecode::SET_VAL_MAX_EXC (void) SET_VAL_MAX_EXC void Exclude largest element. SetValBranch SetValBranch Gecode::SET_VAL_RND_INC (Rnd r) SET_VAL_RND_INC Rnd r Include random element. SetValBranch SetValBranch Gecode::SET_VAL_RND_EXC (Rnd r) SET_VAL_RND_EXC Rnd r Exclude random element. SetValBranch SetValBranch Gecode::SET_VAL (SetBranchVal v, SetBranchCommit c=NULL) SET_VAL SetBranchVal v SetBranchCommit c NULL Select value as defined by the value function v and commit function c. The default commit function posts the constraint that the value n must be included in the set variable x for the first alternative, and that n must be excluded from x otherwise.