Generated on Tue May 22 09:41:22 2018 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)
 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, MultBnd &p)
 Constructor for cloning p.

Detailed Description

Bounds consistent multiplication propagator.

Requires

Definition at line 674 of file arithmetic.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 263 of file mult.hpp.

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

Constructor for posting.

Definition at line 259 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 143 of file mult.cpp.

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 42 of file mult.cpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 47 of file mult.cpp.


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