Go to the source code of this file.
|
| namespace | Gecode |
| | Gecode toplevel namespace
|
|
| void | Gecode::distinct (Home home, const IntVarArgs &x, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for \( x_i\neq x_j\) for all \(0\leq i\neq j<|x|\).
|
| void | Gecode::distinct (Home home, const IntArgs &n, const IntVarArgs &x, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for \( x_i+n_i\neq x_j+n_j\) for all \(0\leq i\neq j<|x|\).
|
| void | Gecode::distinct (Home home, const BoolVarArgs &b, const IntVarArgs &x, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for \( b_i=1\wedge b_j=1\to x_i\neq x_j\) for all \(0\leq i\neq j<|x|\).
|
| void | Gecode::distinct (Home home, const IntVarArgs &x, int c, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for \( x_i=c\vee x_j=c\vee x_i\neq x_j\) for all \(0\leq i\neq j<|x|\).
|