
Functions | |
| void | Gecode::nvalues (Home home, const IntVarArgs &x, IntRelType irt, int y, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::nvalues (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::nvalues (Home home, const BoolVarArgs &x, IntRelType irt, int y, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::nvalues (Home home, const BoolVarArgs &x, IntRelType irt, IntVar y, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
The number of values constraints perform propagation following: C. Bessiere, E. Hebrard, B. Hnich, Z. Kiziltan, and T. Walsh, Filtering Algorithms for the NValue Constraint, Constraints, 11(4), 271-293, 2006.
| void Gecode::nvalues | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | y, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post propagator for
.
Definition at line 44 of file nvalues.cpp.
| void Gecode::nvalues | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post propagator for
.
Definition at line 94 of file nvalues.cpp.
| void Gecode::nvalues | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | y, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post propagator for
.
Definition at line 145 of file nvalues.cpp.
| void Gecode::nvalues | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post propagator for
.
Definition at line 193 of file nvalues.cpp.