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 55 of file assign.hpp.
Definition at line 60 of file assign.hpp.
Definition at line 75 of file assign.hpp.
Definition at line 80 of file assign.hpp.
Definition at line 85 of file assign.hpp.
Definition at line 90 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 95 of file assign.hpp.