Functions | |
SetAssign | Gecode::SET_ASSIGN_MIN_INC (void) |
SetAssign | Gecode::SET_ASSIGN_MIN_EXC (void) |
SetAssign | Gecode::SET_ASSIGN_MAX_INC (void) |
SetAssign | Gecode::SET_ASSIGN_MAX_EXC (void) |
SetAssign | Gecode::SET_ASSIGN_RND_INC (Rnd r) |
SetAssign | Gecode::SET_ASSIGN_RND_EXC (Rnd r) |
SetAssign | Gecode::SET_ASSIGN (SetBranchVal v, SetBranchCommit c=nullptr) |
Select value as defined by the value function v and commit function c. More... | |
Definition at line 59 of file assign.hpp.
Definition at line 64 of file assign.hpp.
Definition at line 79 of file assign.hpp.
Definition at line 84 of file assign.hpp.
Definition at line 89 of file assign.hpp.
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.