Generated on Tue May 22 09:41:11 2018 for Gecode by doxygen 1.6.3

Gecode::Float::Arithmetic::MultZeroOne< View > Class Template Reference
[Float propagators]

Bounds or domain consistent propagator for $x_0\times x_1=x_0$. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home)
 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 $x_0\cdot x_1=x_0$.

Protected Member Functions

 MultZeroOne (Space &home, 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 $x_0\times x_1=x_0$.

Requires

Definition at line 219 of file arithmetic.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Float::Arithmetic::MultZeroOne< View >::MultZeroOne ( Space home,
MultZeroOne< View > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 96 of file mult.hpp.

template<class View >
Gecode::Float::Arithmetic::MultZeroOne< View >::MultZeroOne ( Home  home,
View  x0,
View  x1 
) [inline, protected]

Constructor for posting.

Definition at line 64 of file mult.hpp.


Member Function Documentation

template<class View >
Actor * Gecode::Float::Arithmetic::MultZeroOne< View >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 101 of file mult.hpp.

template<class View >
ExecStatus Gecode::Float::Arithmetic::MultZeroOne< View >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 107 of file mult.hpp.

template<class View >
ExecStatus Gecode::Float::Arithmetic::MultZeroOne< View >::post ( Home  home,
View  x0,
View  x1 
) [inline, static]

Post propagator $x_0\cdot x_1=x_0$.

Definition at line 69 of file mult.hpp.


The documentation for this class was generated from the following files: