
Go to the source code of this file.
Functions | |
| void | Gecode::nvalues (Home home, const IntVarArgs &x, IntRelType irt, int y, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::nvalues (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::nvalues (Home home, const BoolVarArgs &x, IntRelType irt, int y, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::nvalues (Home home, const BoolVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void Gecode::nvalues | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | y, | ||
| IntPropLevel | |||
| ) |
Post propagator for
.
Definition at line 40 of file nvalues.cpp.
| void Gecode::nvalues | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntPropLevel | |||
| ) |
Post propagator for
.
Definition at line 90 of file nvalues.cpp.
| void Gecode::nvalues | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | y, | ||
| IntPropLevel | |||
| ) |
Post propagator for
.
Definition at line 141 of file nvalues.cpp.
| void Gecode::nvalues | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntPropLevel | |||
| ) |
Post propagator for
.
Definition at line 189 of file nvalues.cpp.