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

Bounds consistent n-ary maximum propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

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

Protected Member Functions

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

Detailed Description

Bounds consistent n-ary maximum propagator.

Requires


Constructor & Destructor Documentation

Gecode::Int::Arithmetic::NaryMaxBnd::NaryMaxBnd ( Space home,
bool  share,
NaryMaxBnd p 
) [protected]

Constructor for cloning p.

Gecode::Int::Arithmetic::NaryMaxBnd::NaryMaxBnd ( Home  home,
ViewArray< View > &  x,
View  y 
) [inline, protected]

Constructor for posting.

Definition at line 133 of file max.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Definition at line 170 of file max.hpp.

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

Perform propagation.

Definition at line 225 of file max.hpp.

ExecStatus Gecode::Int::Arithmetic::NaryMaxBnd::post ( Home  home,
ViewArray< View > &  x,
View  y 
) [static]

Post propagator $ \max x=y$.

Definition at line 138 of file max.hpp.


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