TaskModelSetSequence Sequence constraints GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::sequence (Home home, const SetVarArgs &x) sequence Home home const SetVarArgs & x Post propagator for $\forall 0\leq i< |x|-1 : \max(x_i)<\min(x_{i+1})$. GECODE_SET_EXPORT void GECODE_SET_EXPORT void Gecode::sequence (Home home, const SetVarArgs &y, SetVar x) sequence Home home const SetVarArgs & y SetVar x Post propagator for $\forall 0\leq i< |x|-1 : \max(x_i)<\min(x_{i+1})$ and $ x = \bigcup_{i\in\{0,\dots,n-1\}} y_i $.