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

.