Generated on Wed Mar 19 07:30:09 2008 for Gecode by doxygen 1.5.5

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

#include <arithmetic.hh>

Inherits Gecode::NaryOnePropagator< View, PC_INT_BND >.

List of all members.


Detailed Description

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

Bounds-consistent n-ary maximum propagator.

Requires

Definition at line 190 of file arithmetic.hh.


Public Member Functions

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, ViewArray< View > &x, View y)
 Post propagator $ \max x=y$.
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

 NaryMax (Space *home, bool share, NaryMax &p)
 Constructor for cloning p.
 NaryMax (Space *home, ViewArray< View > &x, View y)
 Constructor for posting.

Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 181 of file max.icc.

template<class View>
Gecode::Int::Arithmetic::NaryMax< View >::NaryMax ( Space home,
ViewArray< View > &  x,
View  y 
) [inline, protected]

Constructor for posting.

Definition at line 147 of file max.icc.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 186 of file max.icc.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 203 of file max.icc.

template<class View>
ExecStatus Gecode::Int::Arithmetic::NaryMax< View >::post ( Space home,
ViewArray< View > &  x,
View  y 
) [inline, static]

Post propagator $ \max x=y$.

Definition at line 152 of file max.icc.

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

Post propagator for specification.

Definition at line 171 of file max.icc.

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

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 246 of file max.icc.

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

Name of this propagator.

Definition at line 240 of file max.icc.


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