Gecode::Set::Rel::NoSubSet< View0, View1 > Class Template Reference
[Set propagators]
#include <rel.hh>
Inherits Gecode::InhomBinaryPropagator< View0, PC_SET_CLUB, View1, PC_SET_CGLB >.
Detailed Description
template<class View0, class View1>
class Gecode::Set::Rel::NoSubSet< View0, View1 >
Propagator for the negated subset constraint
Requires
#include "gecode/set/rel.hh"
Definition at line 75 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 | |
| NoSubSet (Space *home, bool share, NoSubSet &p) | |
| Constructor for cloning p. | |
| NoSubSet (Space *home, View0, View1) | |
| Constructor for posting. | |
Constructor & Destructor Documentation
template<class View0, class View1>
| Gecode::Set::Rel::NoSubSet< View0, View1 >::NoSubSet | ( | Space * | home, | |
| bool | share, | |||
| NoSubSet< View0, View1 > & | p | |||
| ) | [protected] |
Constructor for cloning p.
template<class View0, class View1>
| Gecode::Set::Rel::NoSubSet< View0, View1 >::NoSubSet | ( | Space * | home, | |
| View0 | , | |||
| View1 | ||||
| ) | [inline, protected] |
Member Function Documentation
template<class View0, class View1>
| Actor * Gecode::Set::Rel::NoSubSet< View0, View1 >::copy | ( | Space * | home, | |
| bool | ||||
| ) | [virtual] |
Copy propagator during cloning.
Implements Gecode::Actor.
Definition at line 57 of file nosubset.icc.
template<class View0, class View1>
| ExecStatus Gecode::Set::Rel::NoSubSet< View0, View1 >::propagate | ( | Space * | home | ) | [virtual] |
template<class View0, class View1>
| ExecStatus Gecode::Set::Rel::NoSubSet< View0, View1 >::post | ( | Space * | home, | |
| View0 | x, | |||
| View1 | y | |||
| ) | [static] |
The documentation for this class was generated from the following files:
- gecode/set/rel.hh (Revision: 3246)
- gecode/set/rel/nosubset.icc (Revision: 2098)

.