Generated on Mon Aug 25 11:35:47 2008 for Gecode by doxygen 1.5.6

Sequence constraints
[Using finite integer sets]


Functions

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

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

Definition at line 47 of file sequence.cc.

void Gecode::sequentialUnion ( Space *  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 $.

Definition at line 56 of file sequence.cc.