Gecode::Float::Arithmetic::MultZeroOne< View > Class Template Reference
[Float propagators]
Bounds or domain consistent propagator for . More...
#include <arithmetic.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 x0, View x1) |
Post propagator . | |
Protected Member Functions | |
MultZeroOne (Space &home, bool share, MultZeroOne< View > &p) | |
Constructor for cloning p. | |
MultZeroOne (Home home, View x0, View x1) | |
Constructor for posting. |
Detailed Description
template<class View>
class Gecode::Float::Arithmetic::MultZeroOne< View >
Bounds or domain consistent propagator for .
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 223 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class View >
Gecode::Float::Arithmetic::MultZeroOne< View >::MultZeroOne | ( | Space & | home, | |
bool | share, | |||
MultZeroOne< View > & | p | |||
) | [inline, protected] |
template<class View >
Gecode::Float::Arithmetic::MultZeroOne< View >::MultZeroOne | ( | Home | home, | |
View | x0, | |||
View | x1 | |||
) | [inline, protected] |
Member Function Documentation
template<class View >
Actor * Gecode::Float::Arithmetic::MultZeroOne< View >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class View >
ExecStatus Gecode::Float::Arithmetic::MultZeroOne< View >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class View >
ExecStatus Gecode::Float::Arithmetic::MultZeroOne< View >::post | ( | Home | home, | |
View | x0, | |||
View | x1 | |||
) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/float/arithmetic.hh (Revision: 15631)
- gecode/float/arithmetic/mult.hpp (Revision: 14967)