Propagator for the negated subset constraint More...
#include <rel.hh>
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, View0 x, View1 y) |
Post propagator ![]() | |
Protected Member Functions | |
NoSubset (Space &home, bool share, NoSubset &p) | |
Constructor for cloning p. | |
NoSubset (Home home, View0, View1) | |
Constructor for posting. |
Constructor for cloning p.
Gecode::Set::Rel::NoSubset::NoSubset | ( | Home | home, |
View0 | y0, | ||
View1 | y1 | ||
) | [inline, protected] |
Constructor for posting.
Definition at line 51 of file nosubset.hpp.
Copy propagator during cloning.
Definition at line 73 of file nosubset.hpp.
ExecStatus Gecode::Set::Rel::NoSubset::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
Perform propagation.
Definition at line 79 of file nosubset.hpp.
ExecStatus Gecode::Set::Rel::NoSubset::post | ( | Home | home, |
View0 | x, | ||
View1 | y | ||
) | [static] |
Post propagator .
Definition at line 64 of file nosubset.hpp.