TaskModelIntDomain Domain constraints GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, IntVar x, int n, IntConLevel icl=ICL_DEF) dom Home home IntVar x int n IntConLevel icl ICL_DEF Propagates $x=n$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, const IntVarArgs &x, int n, IntConLevel icl=ICL_DEF) dom Home home const IntVarArgs & x int n IntConLevel icl ICL_DEF Propagates $ x_i=n$ for all $0\leq i<|x|$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, IntVar x, int l, int m, IntConLevel icl=ICL_DEF) dom Home home IntVar x int l int m IntConLevel icl ICL_DEF Propagates $ l\leq x\leq m$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, const IntVarArgs &x, int l, int m, IntConLevel icl=ICL_DEF) dom Home home const IntVarArgs & x int l int m IntConLevel icl ICL_DEF Propagates $ l\leq x_i\leq m$ for all $0\leq i<|x|$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, IntVar x, const IntSet &s, IntConLevel icl=ICL_DEF) dom Home home IntVar x const IntSet & s IntConLevel icl ICL_DEF Propagates $ x\in s $. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, const IntVarArgs &x, const IntSet &s, IntConLevel icl=ICL_DEF) dom Home home const IntVarArgs & x const IntSet & s IntConLevel icl ICL_DEF Propagates $ x_i\in s$ for all $0\leq i<|x|$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, IntVar x, int n, Reify r, IntConLevel icl=ICL_DEF) dom Home home IntVar x int n Reify r IntConLevel icl ICL_DEF Post domain consistent propagator for $ (x=n) \equiv r$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, IntVar x, int l, int m, Reify r, IntConLevel icl=ICL_DEF) dom Home home IntVar x int l int m Reify r IntConLevel icl ICL_DEF Post domain consistent propagator for $ (l\leq x \leq m) \equiv r$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, IntVar x, const IntSet &s, Reify r, IntConLevel icl=ICL_DEF) dom Home home IntVar x const IntSet & s Reify r IntConLevel icl ICL_DEF Post domain consistent propagator for $ (x \in s) \equiv r$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, IntVar x, IntVar d, IntConLevel icl=ICL_DEF) dom Home home IntVar x IntVar d IntConLevel icl ICL_DEF Constrain domain of x according to domain of d. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, BoolVar x, BoolVar d, IntConLevel icl=ICL_DEF) dom Home home BoolVar x BoolVar d IntConLevel icl ICL_DEF Constrain domain of x according to domain of d. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, const IntVarArgs &x, const IntVarArgs &d, IntConLevel icl=ICL_DEF) dom Home home const IntVarArgs & x const IntVarArgs & d IntConLevel icl ICL_DEF Constrain domain of $ x_i $ according to domain of $ d_i $ for all $0\leq i<|x|$. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::dom (Home home, const BoolVarArgs &x, const BoolVarArgs &d, IntConLevel icl=ICL_DEF) dom Home home const BoolVarArgs & x const BoolVarArgs & d IntConLevel icl ICL_DEF Constrain domain of $ x_i $ according to domain of $ d_i $ for all $0\leq i<|x|$.