TaskModelSetDom Domain constraints GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, SetVar x, SetRelType r, int i) dom Home home SetVar x SetRelType r int i Propagates $ x \sim_r \{i\}$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, const SetVarArgs &x, SetRelType r, int i) dom Home home const SetVarArgs & x SetRelType r int i Propagates $ x_i \sim_r \{i\}$ for all $0\leq i<|x|$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, SetVar x, SetRelType r, int i, int j) dom Home home SetVar x SetRelType r int i int j Propagates $ x \sim_r \{i,\dots,j\}$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, const SetVarArgs &x, SetRelType r, int i, int j) dom Home home const SetVarArgs & x SetRelType r int i int j Propagates $ x \sim_r \{i,\dots,j\}$ for all $0\leq i<|x|$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, SetVar x, SetRelType r, const IntSet &s) dom Home home SetVar x SetRelType r const IntSet & s Propagates $ x \sim_r s$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, const SetVarArgs &x, SetRelType r, const IntSet &s) dom Home home const SetVarArgs & x SetRelType r const IntSet & s Propagates $ x \sim_r s$ for all $0\leq i<|x|$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::cardinality (Home home, SetVar x, unsigned int i, unsigned int j) cardinality Home home SetVar x unsigned int i unsigned int j Propagates $ i \leq |s| \leq j $. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::cardinality (Home home, const SetVarArgs &x, unsigned int i, unsigned int j) cardinality Home home const SetVarArgs & x unsigned int i unsigned int j Propagates $ i \leq |s| \leq j $ for all $0\leq i<|x|$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, SetVar x, SetRelType rt, int i, Reify r) dom Home home SetVar x SetRelType rt int i Reify r Post propagator for $ (x \sim_{rt} \{i\}) \equiv r $. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, SetVar x, SetRelType rt, int i, int j, Reify r) dom Home home SetVar x SetRelType rt int i int j Reify r Post propagator for $ (x \sim_{rt} \{i,\dots,j\}) \equiv r $. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, SetVar x, SetRelType rt, const IntSet &s, Reify r) dom Home home SetVar x SetRelType rt const IntSet & s Reify r Post propagator for $ (x \sim_{rt} s) \equiv r $. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, SetVar x, SetVar d) dom Home home SetVar x SetVar d Constrain domain of x according to domain of d. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::dom (Home home, const SetVarArgs &x, const SetVarArgs &d) dom Home home const SetVarArgs & x const SetVarArgs & d Constrain domain of $ x_i $ according to domain of $ d_i $ for all $0\leq i<|x|$.