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