Generated on Thu Mar 22 10:39:55 2012 for Gecode by doxygen 1.6.3

Gecode::Int::Arithmetic::MultBnd< View > Class Template Reference
[Integer propagators]

Bounds consistent multiplication propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

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

Protected Member Functions

 MultBnd (Space &home, bool share, MultBnd< View > &p)
 Constructor for cloning p.

Detailed Description

template<class View>
class Gecode::Int::Arithmetic::MultBnd< View >

Bounds consistent multiplication propagator.

Requires

Definition at line 484 of file arithmetic.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Int::Arithmetic::MultBnd< View >::MultBnd ( Space home,
bool  share,
MultBnd< View > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 328 of file mult.hpp.

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

Constructor for posting.

Definition at line 323 of file mult.hpp.


Member Function Documentation

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

Post propagator $x_0\cdot x_1=x_2$.

Definition at line 436 of file mult.hpp.

template<class View >
Actor * Gecode::Int::Arithmetic::MultBnd< View >::copy ( Space home,
bool  share 
) [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 333 of file mult.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 339 of file mult.hpp.


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