40 #ifndef __GECODE_SET_SEQUENCE_HH__ 41 #define __GECODE_SET_SEQUENCE_HH__ 45 namespace Gecode {
namespace Set {
namespace Sequence {
static ExecStatus post(Home home, ViewArray< SetView >)
Post propagator .
Seq(Space &home, Seq &p)
Constructor for cloning p.
virtual Actor * copy(Space &home)
Copy propagator during cloning.
ViewArray< SetView > x
Array of views.
Base-class for both propagators and branchers.
int p
Number of positive literals for node type.
ModEventDelta med
A set of modification events (used during propagation)
Propagator for the sequence constraint
Set view for set variables
Post propagator for SetVar SetOpType SetVar y
Growing sets of integers.
virtual ExecStatus propagate(Space &home, const ModEventDelta &med)
Perform propagation.
Gecode toplevel namespace
int ModEventDelta
Modification event deltas.
Propagator for the sequenced union constraint
Home class for posting propagators
#define GECODE_SET_EXPORT