Propagator for the sequenced union constraint
More...
#include <sequence.hh>
List of all members.
Public Member Functions |
virtual Actor * | copy (Space &home, bool) |
| Copy propagator during cloning.
|
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation.
|
Static Public Member Functions |
static ExecStatus | post (Home home, ViewArray< SetView >, SetView) |
| Post propagator and .
|
Protected Member Functions |
| SeqU (Space &home, bool share, SeqU &p) |
| Constructor for cloning p.
|
| SeqU (Home home, ViewArray< SetView > &, SetView) |
| Constructor for posting.
|
ExecStatus | propagateSeqUnion (Space &home, bool &modified, ViewArray< SetView > &x, SetView &y) |
Protected Attributes |
GLBndSet | unionOfDets |
Detailed Description
Propagator for the sequenced union constraint
Requires
Constructor & Destructor Documentation
Gecode::Set::Sequence::SeqU::SeqU |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
SeqU & |
p |
|
) |
| [inline, protected] |
Constructor for cloning p.
Definition at line 56 of file seq-u.hpp.
Constructor for posting.
Definition at line 52 of file seq-u.hpp.
Member Function Documentation
Actor * Gecode::Set::Sequence::SeqU::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 54 of file seq-u.cpp.
Perform propagation.
Definition at line 108 of file seq-u.cpp.
Post propagator
and
.
Definition at line 62 of file seq-u.hpp.
Member Data Documentation
The documentation for this class was generated from the following files: