Propagator for negated equality 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, View1) |
Post propagator ![]() | |
Protected Member Functions | |
Distinct (Space &home, bool share, Distinct &p) | |
Constructor for cloning p. | |
Distinct (Home home, View0, View1) | |
Constructor for posting. |
Propagator for negated equality
Requires
#include <gecode/set/rel.hh>
Gecode::Set::Rel::Distinct< View0, View1 >::Distinct | ( | Space & | home, |
bool | share, | ||
Distinct< View0, View1 > & | p | ||
) | [inline, protected] |
Gecode::Set::Rel::Distinct< View0, View1 >::Distinct | ( | Home | home, |
View0 | x, | ||
View1 | y | ||
) | [inline, protected] |
Actor * Gecode::Set::Rel::Distinct< View0, View1 >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Set::Rel::Distinct< View0, View1 >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Set::Rel::Distinct< View0, View1 >::post | ( | Home | home, |
View0 | x, | ||
View1 | y | ||
) | [static] |