Go to the source code of this file.
◆ SET_ASSIGN_MIN_INC()
| Include smallest element SetAssign Gecode::SET_ASSIGN_MIN_INC |
( |
void |
| ) |
|
|
inline |
◆ SET_ASSIGN_MIN_EXC()
| Exclude smallest element SetAssign Gecode::SET_ASSIGN_MIN_EXC |
( |
void |
| ) |
|
|
inline |
◆ SET_ASSIGN_MED_INC()
| SetAssign Gecode::SET_ASSIGN_MED_INC |
( |
void |
| ) |
|
|
inline |
◆ SET_ASSIGN_MED_EXC()
| SetAssign Gecode::SET_ASSIGN_MED_EXC |
( |
void |
| ) |
|
|
inline |
◆ SET_ASSIGN_MAX_INC()
| Include largest element SetAssign Gecode::SET_ASSIGN_MAX_INC |
( |
void |
| ) |
|
|
inline |
◆ SET_ASSIGN_MAX_EXC()
| Exclude largest element SetAssign Gecode::SET_ASSIGN_MAX_EXC |
( |
void |
| ) |
|
|
inline |
◆ SET_ASSIGN_RND_INC()
| Include random element SetAssign Gecode::SET_ASSIGN_RND_INC |
( |
Rnd |
r | ) |
|
|
inline |
◆ SET_ASSIGN_RND_EXC()
| Exclude random element SetAssign Gecode::SET_ASSIGN_RND_EXC |
( |
Rnd |
r | ) |
|
|
inline |
◆ SET_ASSIGN()
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.
Definition at line 95 of file assign.hpp.