Gecode::Float::Rel::Nq< View0, View1 > Class Template Reference
[Float propagators]
Binary bounds consistent disequality propagator. More...
#include <rel.hh>
Public Member Functions | |
| Nq (Home home, View0 x0, View1 x1) | |
| Constructor for posting. | |
| Nq (Space &home, Propagator &p, View0 x0, View1 x1) | |
| Constructor for rewriting p during cloning. | |
| 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 x0, View1 x1) |
Post bounds consistent propagator . | |
Protected Member Functions | |
| Nq (Space &home, Nq< View0, View1 > &p) | |
| Constructor for cloning p. | |
Detailed Description
template<class View0, class View1>
class Gecode::Float::Rel::Nq< View0, View1 >
Binary bounds consistent disequality propagator.
Requires
#include <gecode/float/rel.hh>
Definition at line 179 of file rel.hh.
Constructor & Destructor Documentation
template<class View0 , class View1 >
| Gecode::Float::Rel::Nq< View0, View1 >::Nq | ( | Space & | home, | |
| Nq< View0, View1 > & | p | |||
| ) | [inline, protected] |
template<class View0 , class View1 >
| Gecode::Float::Rel::Nq< View0, View1 >::Nq | ( | Home | home, | |
| View0 | x0, | |||
| View1 | x1 | |||
| ) | [inline] |
template<class View0, class View1>
| Gecode::Float::Rel::Nq< View0, View1 >::Nq | ( | Space & | home, | |
| Propagator & | p, | |||
| View0 | x0, | |||
| View1 | x1 | |||
| ) |
Constructor for rewriting p during cloning.
Member Function Documentation
template<class View0 , class View1 >
| Actor * Gecode::Float::Rel::Nq< View0, View1 >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class View0 , class View1 >
| ExecStatus Gecode::Float::Rel::Nq< View0, View1 >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class View0 , class View1 >
| ExecStatus Gecode::Float::Rel::Nq< View0, View1 >::post | ( | Home | home, | |
| View0 | x0, | |||
| View1 | x1 | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:

.