Reified bounds consistent equality with float propagator. More...
#include <rel.hh>
Public Member Functions | |
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 x, FloatVal c, CtrlView b) |
Post bounds consistent propagator ![]() | |
Protected Member Functions | |
ReEqFloat (Space &home, bool share, ReEqFloat &p) | |
Constructor for cloning p. | |
ReEqFloat (Home home, View x, FloatVal c, CtrlView b) | |
Constructor for posting. | |
Protected Attributes | |
FloatVal | c |
Float constant to check. |
Reified bounds consistent equality with float propagator.
Requires
#include <gecode/float/rel.hh>
Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::ReEqFloat | ( | Space & | home, |
bool | share, | ||
ReEqFloat< View, CtrlView, rm > & | p | ||
) | [inline, protected] |
Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::ReEqFloat | ( | Home | home, |
View | x, | ||
FloatVal | c, | ||
CtrlView | b | ||
) | [inline, protected] |
Actor * Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::post | ( | Home | home, |
View | x, | ||
FloatVal | c, | ||
CtrlView | b | ||
) | [static] |
FloatVal Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::c [protected] |