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

Bounds consistent division propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

 DivBnd (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\mathrm{div} x_1=x_2$ (rounding towards 0)

Protected Member Functions

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

Detailed Description

Bounds consistent division propagator.

Requires


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 118 of file divmod.hpp.

Gecode::Int::Arithmetic::DivBnd::DivBnd ( Home  home,
View  x0,
View  x1,
View  x2 
) [inline]

Constructor for posting.

Definition at line 113 of file divmod.hpp.


Member Function Documentation

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

Post propagator $x_0\mathrm{div} x_1=x_2$ (rounding towards 0)

Definition at line 246 of file divmod.hpp.

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

Copy propagator during cloning.

Definition at line 123 of file divmod.hpp.

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

Perform propagation.

Definition at line 129 of file divmod.hpp.


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