Generated on Fri Mar 20 15:56:57 2015 for Gecode by doxygen 1.6.3

Gecode::Int::Arithmetic::MultBnd Class Reference
[Integer propagators]

Bounds consistent multiplication propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

 MultBnd (Home home, IntView x0, IntView x1, IntView 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, IntView x0, IntView x1, IntView x2)
 Post propagator $x_0\cdot x_1=x_2$.

Protected Member Functions

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

Detailed Description

Bounds consistent multiplication propagator.

Requires

Definition at line 676 of file arithmetic.hh.


Constructor & Destructor Documentation

Gecode::Int::Arithmetic::MultBnd::MultBnd ( Space home,
bool  share,
MultBnd p 
) [inline, protected]

Constructor for cloning p.

Definition at line 269 of file mult.hpp.

Gecode::Int::Arithmetic::MultBnd::MultBnd ( Home  home,
IntView  x0,
IntView  x1,
IntView  x2 
) [inline]

Constructor for posting.

Definition at line 265 of file mult.hpp.


Member Function Documentation

ExecStatus Gecode::Int::Arithmetic::MultBnd::post ( Home  home,
IntView  x0,
IntView  x1,
IntView  x2 
) [static]

Post propagator $x_0\cdot x_1=x_2$.

Definition at line 147 of file mult.cpp.

Actor * Gecode::Int::Arithmetic::MultBnd::copy ( Space home,
bool  share 
) [virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 46 of file mult.cpp.

ExecStatus Gecode::Int::Arithmetic::MultBnd::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 51 of file mult.cpp.


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