Generated on Mon May 5 05:54:13 2008 for Gecode by doxygen 1.5.5

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

#include <arithmetic.hh>

Inherits Gecode::TernaryPropagator< View, PC_INT_BND >.

List of all members.


Detailed Description

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

Bounds-consistent ternary maximum propagator.

Requires

Definition at line 154 of file arithmetic.hh.


Public Member Functions

 Max (Space *home, bool share, Propagator &p, View x0, View x1, View x2)
 Constructor for rewriting p during cloning.
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, View x2)
 Post propagator $ \max\{x_0,x_1\}=x_2$.
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

 Max (Space *home, bool share, Max &p)
 Constructor for cloning p.
 Max (Space *home, View x0, View x1, View x2)
 Constructor for posting.

Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 78 of file max.icc.

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

Constructor for posting.

Definition at line 49 of file max.icc.

template<class View>
Gecode::Int::Arithmetic::Max< View >::Max ( Space home,
bool  share,
Propagator p,
View  x0,
View  x1,
View  x2 
) [inline]

Constructor for rewriting p during cloning.

Definition at line 83 of file max.icc.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 89 of file max.icc.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 95 of file max.icc.

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

Post propagator $ \max\{x_0,x_1\}=x_2$.

Definition at line 54 of file max.icc.

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

Post propagator for specification.

Definition at line 67 of file max.icc.

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

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 136 of file max.icc.

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

Name of this propagator.

Definition at line 130 of file max.icc.


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