Generated on Tue May 22 09:40:41 2018 for Gecode by doxygen 1.6.3

Sequence constraints
[Using integer set variables and constraints]

Functions

void Gecode::sequence (Home home, const SetVarArgs &x)
 Post propagator for $\forall 0\leq i< |x|-1 : \max(x_i)<\min(x_{i+1})$.
void Gecode::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 $.

Function Documentation

void Gecode::sequence ( Home  home,
const SetVarArgs &  xa 
)

Post propagator for $\forall 0\leq i< |x|-1 : \max(x_i)<\min(x_{i+1})$.

void Gecode::sequence ( Home  home,
const SetVarArgs &  xa,
SetVar  y 
)

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 $.