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. |
Binary bounds consistent disequality propagator with float value.
Requires
#include <gecode/float/rel.hh>
Gecode::Float::Rel::NqFloat< View >::NqFloat | ( | Space & | home, |
bool | share, | ||
NqFloat< View > & | p | ||
) | [inline, protected] |
Gecode::Float::Rel::NqFloat< View >::NqFloat | ( | Home | home, |
View | x, | ||
FloatVal | c | ||
) | [inline] |
Actor * Gecode::Float::Rel::NqFloat< View >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Float::Rel::NqFloat< View >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Float::Rel::NqFloat< View >::post | ( | Home | home, |
View | x0, | ||
FloatVal | c | ||
) | [static] |
FloatVal Gecode::Float::Rel::NqFloat< View >::c [protected] |