Generated on Wed Nov 1 15:04:50 2006 for Gecode by doxygen 1.4.5

sequence.cc File Reference

(Revision: 3188)

#include "gecode/set/sequence.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode

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