Generated on Thu Apr 11 13:59:58 2019 for Gecode by doxygen 1.6.3

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

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)
 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, DivBnd< View > &p)
 Constructor for cloning p.

Detailed Description

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

Bounds consistent division propagator.

Requires

Definition at line 804 of file arithmetic.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 106 of file divmod.hpp.

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

Constructor for posting.

Definition at line 101 of file divmod.hpp.


Member Function Documentation

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

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

Definition at line 234 of file divmod.hpp.

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 111 of file divmod.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 117 of file divmod.hpp.


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