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

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

Domain consistent multiplication propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

 MultDom (Home home, View x0, View x1, View x2)
 Constructor for posting.
virtual Actorcopy (Space &home, bool share)
 Copy propagator during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function.
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

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

Detailed Description

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

Domain consistent multiplication propagator.

Requires

Definition at line 545 of file arithmetic.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 577 of file mult.hpp.

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

Constructor for posting.

Definition at line 572 of file mult.hpp.


Member Function Documentation

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

Post propagator $x_0\cdot x_1=x_2$.

Definition at line 699 of file mult.hpp.

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 582 of file mult.hpp.

template<class View >
PropCost Gecode::Int::Arithmetic::MultDom< View >::cost ( const Space home,
const ModEventDelta med 
) const [inline, virtual]

Cost function.

If in stage for bounds propagation, the cost is low ternary. Otherwise it is high ternary.

Reimplemented from Gecode::TernaryPropagator< View, PC_INT_DOM >.

Definition at line 588 of file mult.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 597 of file mult.hpp.


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