Gecode::Set::Rel::DistinctDoit< View0 > Class Template Reference
[Set propagators]
Propagator for negated equality More...
#include <rel.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home) |
| 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, ConstSetView y) |
Post propagator . | |
Protected Member Functions | |
| DistinctDoit (Space &home, DistinctDoit &) | |
| Constructor for cloning p. | |
| DistinctDoit (Home home, View0 x0, ConstSetView y) | |
| Constructor for posting. | |
Protected Attributes | |
| ConstSetView | y |
| The view that is already assigned. | |
Detailed Description
template<class View0>
class Gecode::Set::Rel::DistinctDoit< View0 >
Propagator for negated equality
This propagator actually propagates the distinctness, after the Distinct propagator waited for one variable to become assigned.
Requires
#include <gecode/set/rel.hh>
Definition at line 296 of file rel.hh.
Constructor & Destructor Documentation
template<class View0 >
| Gecode::Set::Rel::DistinctDoit< View0 >::DistinctDoit | ( | Space & | home, | |
| DistinctDoit< View0 > & | p | |||
| ) | [inline, protected] |
template<class View0 >
| Gecode::Set::Rel::DistinctDoit< View0 >::DistinctDoit | ( | Home | home, | |
| View0 | x0, | |||
| ConstSetView | y | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View0 >
| Actor * Gecode::Set::Rel::DistinctDoit< View0 >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class View0 >
| ExecStatus Gecode::Set::Rel::DistinctDoit< View0 >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class View0 >
| ExecStatus Gecode::Set::Rel::DistinctDoit< View0 >::post | ( | Home | home, | |
| View0 | x, | |||
| ConstSetView | y | |||
| ) | [inline, static] |
Member Data Documentation
template<class View0>
ConstSetView Gecode::Set::Rel::DistinctDoit< View0 >::y [protected] |
The documentation for this class was generated from the following files:

.