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