Gecode::Set::Rel::SubSet< View0, View1 > Class Template Reference
[Set propagators]
#include <rel.hh>
Inherits Gecode::InhomBinaryPropagator< View0, PC_SET_CGLB, View1, PC_SET_CLUB >.
Detailed Description
template<class View0, class View1>
class Gecode::Set::Rel::SubSet< View0, View1 >
Propagator for the subset constraint
Requires
#include "gecode/set/rel.hh"
Definition at line 49 of file rel.hh.
Public Member Functions | |
virtual Actor * | copy (Space *home, bool) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space *home) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, View0 x, View1 y) |
Post propagator ![]() | |
Protected Member Functions | |
SubSet (Space *home, bool share, SubSet &p) | |
Constructor for cloning p. | |
SubSet (Space *home, View0, View1) | |
Constructor for posting. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
Definition at line 38 of file subset.icc. |
|
Constructor for posting.
Definition at line 32 of file subset.icc. |
Member Function Documentation
|
Copy propagator during cloning.
Implements Gecode::Actor. Definition at line 50 of file subset.icc. |
|
Perform propagation.
Implements Gecode::Propagator. Definition at line 56 of file subset.icc. |
|
Post propagator
Definition at line 43 of file subset.icc. |
The documentation for this class was generated from the following files:
- gecode/set/rel.hh (Revision: 3246)
- gecode/set/rel/subset.icc (Revision: 2576)