Propagator for bounds consistent square operator More...
#include <arithmetic.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Create copy during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, View x0, View x1) |
Post propagator for ![]() | |
Protected Member Functions | |
Sqr (Space &home, bool share, Sqr &p) | |
Constructor for cloning p. | |
Sqr (Home home, View x0, View x1) | |
Constructor for creation. |
Propagator for bounds consistent square operator
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 86 of file arithmetic.hh.
Gecode::Float::Arithmetic::Sqr< View >::Sqr | ( | Space & | home, |
bool | share, | ||
Sqr< View > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 129 of file sqr-sqrt-abs.hpp.
Gecode::Float::Arithmetic::Sqr< View >::Sqr | ( | Home | home, |
View | x0, | ||
View | x1 | ||
) | [inline, protected] |
Constructor for creation.
Definition at line 104 of file sqr-sqrt-abs.hpp.
Actor * Gecode::Float::Arithmetic::Sqr< View >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
Create copy during cloning.
Implements Gecode::Actor.
Definition at line 134 of file sqr-sqrt-abs.hpp.
ExecStatus Gecode::Float::Arithmetic::Sqr< View >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
Perform propagation.
Implements Gecode::Propagator.
Definition at line 140 of file sqr-sqrt-abs.hpp.
ExecStatus Gecode::Float::Arithmetic::Sqr< View >::post | ( | Home | home, |
View | x0, | ||
View | x1 | ||
) | [inline, static] |
Post propagator for .
Definition at line 109 of file sqr-sqrt-abs.hpp.