Functions | |
SetAssign | Gecode::SET_ASSIGN_MIN_INC (void) |
Include smallest element. More... | |
SetAssign | Gecode::SET_ASSIGN_MIN_EXC (void) |
Exclude smallest element. More... | |
SetAssign | Gecode::SET_ASSIGN_MED_INC (void) |
Include median element (rounding downwards) More... | |
SetAssign | Gecode::SET_ASSIGN_MED_EXC (void) |
Exclude median element (rounding downwards) More... | |
SetAssign | Gecode::SET_ASSIGN_MAX_INC (void) |
Include largest element. More... | |
SetAssign | Gecode::SET_ASSIGN_MAX_EXC (void) |
Exclude largest element. More... | |
SetAssign | Gecode::SET_ASSIGN_RND_INC (Rnd r) |
Include random element. More... | |
SetAssign | Gecode::SET_ASSIGN_RND_EXC (Rnd r) |
Exclude random element. More... | |
SetAssign | Gecode::SET_ASSIGN (SetBranchVal v, SetBranchCommit c=NULL) |
Select value as defined by the value function v and commit function c. More... | |
|
inline |
Include smallest element.
Definition at line 59 of file assign.hpp.
|
inline |
Exclude smallest element.
Definition at line 64 of file assign.hpp.
|
inline |
Include median element (rounding downwards)
Definition at line 69 of file assign.hpp.
|
inline |
Exclude median element (rounding downwards)
Definition at line 74 of file assign.hpp.
|
inline |
Include largest element.
Definition at line 79 of file assign.hpp.
|
inline |
Exclude largest element.
Definition at line 84 of file assign.hpp.
|
inline |
Include random element.
Definition at line 89 of file assign.hpp.
|
inline |
Exclude random element.
Definition at line 94 of file assign.hpp.
|
inline |
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 99 of file assign.hpp.