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, bool share) |
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, bool share, 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 211 of file rel.hh.
Constructor & Destructor Documentation
template<class View >
Gecode::Float::Rel::NqFloat< View >::NqFloat | ( | Space & | home, | |
bool | share, | |||
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, | |
bool | share | |||
) | [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:
- gecode/float/rel.hh (Revision: 13202)
- gecode/float/rel/nq.hpp (Revision: 14967)