Generated on Mon Aug 25 11:35:50 2008 for Gecode by doxygen 1.5.6

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

#include <arithmetic.hh>

Inherits BinaryPropagator< View, PC_INT_BND >.

List of all members.


Detailed Description

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

Integer division/modulo propagator.

This propagator implements the relation between divisor and modulo of an integer division.

Requires

Definition at line 789 of file arithmetic.hh.


Public Member Functions

 DivMod (Space *home, View x0, View x1)
 Constructor for posting.
virtual Actorcopy (Space *home, bool share)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home, ModEventDelta med)
 Perform propagation.
virtual Reflection::ActorSpec spec (const Space *home, Reflection::VarMap &m) const
 Specification for this propagator.

Static Public Member Functions

static ExecStatus post (Space *home, View x0, View x1)
 Post propagator $x_0\neq 0 \land (x_1\neq 0\Rightarrow x_0\times x_1>0) \land \mathrm{abs}(x_1)<\mathrm{abs}(x_0)$.
static void post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec)
 Post propagator for specification.
static Support::Symbol ati (void)
 Name of this propagator.

Protected Member Functions

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

Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 423 of file divmod.icc.

template<class View>
Gecode::Int::Arithmetic::DivMod< View >::DivMod ( Space home,
View  x0,
View  x1 
) [inline]

Constructor for posting.

Definition at line 400 of file divmod.icc.


Member Function Documentation

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

Post propagator $x_0\neq 0 \land (x_1\neq 0\Rightarrow x_0\times x_1>0) \land \mathrm{abs}(x_1)<\mathrm{abs}(x_0)$.

Definition at line 405 of file divmod.icc.

template<class View>
void Gecode::Int::Arithmetic::DivMod< View >::post ( Space home,
Reflection::VarMap vars,
const Reflection::ActorSpec spec 
) [inline, static]

Post propagator for specification.

Definition at line 413 of file divmod.icc.

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 429 of file divmod.icc.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 435 of file divmod.icc.

template<class View>
Reflection::ActorSpec Gecode::Int::Arithmetic::DivMod< View >::spec ( const Space home,
Reflection::VarMap m 
) const [inline, virtual]

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 490 of file divmod.icc.

template<class View>
Support::Symbol Gecode::Int::Arithmetic::DivMod< View >::ati ( void   )  [inline, static]

Name of this propagator.

Definition at line 484 of file divmod.icc.


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