Generated on Sat Aug 25 2012 15:53:11 for Gecode by doxygen 1.7.5
Gecode::Int::Arithmetic::MultPlusBnd Class Reference

Bounds consistent positive multiplication propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

 MultPlusBnd (Home home, VA x0, VB x1, VC x2)
 Constructor for posting.
 MultPlusBnd (Space &home, bool share, MultPlusBnd< Val, VA, VB, VC > &p)
 Constructor for cloning p.
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, VA x0, VB x1, VC x2)
 Post propagator $x_0\cdot x_1=x_2$.

Detailed Description

Bounds consistent positive multiplication propagator.

This propagator provides multiplication for positive views only.


Constructor & Destructor Documentation

Gecode::Int::Arithmetic::MultPlusBnd::MultPlusBnd ( Home  home,
VA  x0,
VB  x1,
VC  x2 
) [inline]

Constructor for posting.

Definition at line 277 of file mult.hpp.

Gecode::Int::Arithmetic::MultPlusBnd::MultPlusBnd ( Space home,
bool  share,
MultPlusBnd< Val, VA, VB, VC > &  p 
) [inline]

Constructor for cloning p.

Definition at line 283 of file mult.hpp.


Member Function Documentation

ExecStatus Gecode::Int::Arithmetic::MultPlusBnd::post ( Home  home,
VA  x0,
VB  x1,
VC  x2 
) [inline, static]

Post propagator $x_0\cdot x_1=x_2$.

Definition at line 302 of file mult.hpp.

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

Copy propagator during cloning.

Definition at line 290 of file mult.hpp.

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

Perform propagation.

Definition at line 296 of file mult.hpp.


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