|
| void | Gecode::atmost (Home home, const IntVarArgs &x, int n, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=n\}\leq m\).
|
| void | Gecode::atmost (Home home, const IntVarArgs &x, IntVar y, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y\}\leq m\).
|
| void | Gecode::atmost (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y_i\}\leq m\).
|
| void | Gecode::atmost (Home home, const IntVarArgs &x, int n, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=n\}\leq z\).
|
| void | Gecode::atmost (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y\}\leq z\).
|
| void | Gecode::atmost (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y_i\}\leq z\).
|
| void | Gecode::atleast (Home home, const IntVarArgs &x, int n, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=n\}\geq m\).
|
| void | Gecode::atleast (Home home, const IntVarArgs &x, IntVar y, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y\}\geq m\).
|
| void | Gecode::atleast (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y_i\}\geq m\).
|
| void | Gecode::atleast (Home home, const IntVarArgs &x, int n, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=n\}\geq z\).
|
| void | Gecode::atleast (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y\}\geq z\).
|
| void | Gecode::atleast (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y_i\}\geq z\).
|
| void | Gecode::exactly (Home home, const IntVarArgs &x, int n, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=n\}=m\).
|
| void | Gecode::exactly (Home home, const IntVarArgs &x, IntVar y, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y\}=m\).
|
| void | Gecode::exactly (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y_i\}=m\).
|
| void | Gecode::exactly (Home home, const IntVarArgs &x, int n, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=n\}=z\).
|
| void | Gecode::exactly (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y\}=z\).
|
| void | Gecode::exactly (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\#\{i\in\{0,\ldots,|x|-1\}\;|\;x_i=y_i\}=z\).
|
| void | Gecode::lex (Home home, const IntVarArgs &x, IntRelType r, const IntVarArgs &y, IntPropLevel ipl=IPL_DEF) |
| | Post lexical order between x and y.
|
| void | Gecode::lex (Home home, const BoolVarArgs &x, IntRelType r, const BoolVarArgs &y, IntPropLevel ipl=IPL_DEF) |
| | Post lexical order between x and y.
|
| void | Gecode::values (Home home, const IntVarArgs &x, IntSet y, IntPropLevel ipl=IPL_DEF) |
| | Post constraint \(\{x_0,\dots,x_{n-1}\}=y\).
|
| void | Gecode::channel (Home home, const IntVarArgs &x, SetVar y) |
| | Post constraint \(\{x_0,\dots,x_{n-1}\}=y\).
|
| void | Gecode::range (Home home, const IntVarArgs &x, SetVar y, SetVar z) |
| | Post constraint \(\bigcup_{i\in y}\{x_i\}=z\).
|
| void | Gecode::roots (Home home, const IntVarArgs &x, SetVar y, SetVar z) |
| | Post constraint \(\bigcup_{i\in z}\{j\ |\ x_j=i\}=z\).
|