44 #ifndef __GECODE_SET_SEQUENCE_HH__ 45 #define __GECODE_SET_SEQUENCE_HH__ 49 namespace Gecode {
namespace Set {
namespace Sequence {
static ExecStatus post(Home home, ViewArray< SetView >)
Post propagator .
virtual Actor * copy(Space &home, bool)
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)
Seq(Space &home, bool share, Seq &p)
Constructor for cloning p.
Propagator for the sequence constraint
Set view for set variables
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