TaskModelSetRel Relation constraints GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::rel (Home home, SetVar x, SetRelType r, SetVar y) rel Home home SetVar x SetRelType r SetVar y Post propagator for $ x \sim_r y$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::rel (Home home, SetVar x, SetRelType rt, SetVar y, Reify r) rel Home home SetVar x SetRelType rt SetVar y Reify r Post propagator for $ (x \sim_{rt} y) \equiv r$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::rel (Home home, SetVar s, SetRelType r, IntVar x) rel Home home SetVar s SetRelType r IntVar x Post propagator for $ s \sim_r \{x\}$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::rel (Home home, IntVar x, SetRelType r, SetVar s) rel Home home IntVar x SetRelType r SetVar s Post propagator for $ \{x\} \sim_r s$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::rel (Home home, SetVar s, SetRelType rt, IntVar x, Reify r) rel Home home SetVar s SetRelType rt IntVar x Reify r Post propagator for $ (s \sim_{rt} \{x\}) \equiv r$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::rel (Home home, IntVar x, SetRelType rt, SetVar s, Reify r) rel Home home IntVar x SetRelType rt SetVar s Reify r Post propagator for $ (\{x\} \sim_{rt} s) \equiv r $. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::rel (Home home, SetVar s, IntRelType r, IntVar x) rel Home home SetVar s IntRelType r IntVar x Post propagator for $|s|\geq 1 \land \forall i\in s:\ i \sim_r x$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::rel (Home home, IntVar x, IntRelType r, SetVar s) rel Home home IntVar x IntRelType r SetVar s Post propagator for $|s|\geq 1 \land \forall i\in s:\ x \sim_r i$.