Go to the source code of this file.
◆ SET_VAL_MIN_INC()
Include smallest element SetValBranch Gecode::SET_VAL_MIN_INC |
( |
void |
| ) |
|
|
inline |
◆ SET_VAL_MIN_EXC()
Exclude smallest element SetValBranch Gecode::SET_VAL_MIN_EXC |
( |
void |
| ) |
|
|
inline |
◆ SET_VAL_MED_INC()
SetValBranch Gecode::SET_VAL_MED_INC |
( |
void |
| ) |
|
|
inline |
◆ SET_VAL_MED_EXC()
SetValBranch Gecode::SET_VAL_MED_EXC |
( |
void |
| ) |
|
|
inline |
◆ SET_VAL_MAX_INC()
Include largest element SetValBranch Gecode::SET_VAL_MAX_INC |
( |
void |
| ) |
|
|
inline |
◆ SET_VAL_MAX_EXC()
Exclude largest element SetValBranch Gecode::SET_VAL_MAX_EXC |
( |
void |
| ) |
|
|
inline |
◆ SET_VAL_RND_INC()
Include random element SetValBranch Gecode::SET_VAL_RND_INC |
( |
Rnd |
r | ) |
|
|
inline |
◆ SET_VAL_RND_EXC()
Exclude random element SetValBranch Gecode::SET_VAL_RND_EXC |
( |
Rnd |
r | ) |
|
|
inline |
◆ SET_VAL()
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.
Definition at line 95 of file val.hpp.