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

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

Bounds consistent multiplication propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

 Mult (Home home, View x0, View x1, View x2)
 Constructor for posting.
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, View x2)
 Post propagator $x_0\cdot x_1=x_2$.

Protected Member Functions

 Mult (Space &home, Mult< View > &p)
 Constructor for cloning p.

Detailed Description

template<class View>
class Gecode::Float::Arithmetic::Mult< View >

Bounds consistent multiplication propagator.

Requires

Definition at line 271 of file arithmetic.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 190 of file mult.hpp.

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

Constructor for posting.

Definition at line 185 of file mult.hpp.


Member Function Documentation

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

Post propagator $x_0\cdot x_1=x_2$.

Definition at line 314 of file mult.hpp.

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 195 of file mult.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 201 of file mult.hpp.


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