|
| void | Gecode::rel (Home home, IntVar x, IntRelType irt, int c, IntPropLevel ipl=IPL_DEF) |
| | Propagates \( x \sim_{irt} c\).
|
| void | Gecode::rel (Home home, const IntVarArgs &x, IntRelType irt, int c, IntPropLevel ipl=IPL_DEF) |
| | Propagates \( x_i \sim_{irt} c \) for all \(0\leq i<|x|\).
|
| void | Gecode::rel (Home home, IntVar x0, IntRelType irt, IntVar x1, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for \( x_0 \sim_{irt} x_1\).
|
| void | Gecode::rel (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for \( x_i \sim_{irt} y \) for all \(0\leq i<|x|\).
|
| void | Gecode::rel (Home home, IntVar x0, IntRelType irt, IntVar x1, Reify r, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for \( (x_0 \sim_{irt} x_1)\equiv r\).
|
| void | Gecode::rel (Home home, IntVar x, IntRelType irt, int c, Reify r, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for \((x \sim_{irt} c)\equiv r\).
|
| void | Gecode::rel (Home home, const IntVarArgs &x, IntRelType irt, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for relation among elements in x.
|
| void | Gecode::rel (Home home, const IntVarArgs &x, IntRelType irt, const IntVarArgs &y, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for relation between x and y.
|
| void | Gecode::rel (Home home, const IntVarArgs &x, IntRelType irt, const IntArgs &y, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for relation between x and y.
|
| void | Gecode::rel (Home home, const IntArgs &x, IntRelType irt, const IntVarArgs &y, IntPropLevel ipl=IPL_DEF) |
| | Post propagator for relation between x and y.
|