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

Bounds consistent absolute value propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Copy propagator during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, View x0, View x1)
 Post bounds consistent propagator $ |x_0|=x_1$.

Protected Member Functions

 AbsBnd (Space &home, bool share, AbsBnd &p)
 Constructor for cloning p.
 AbsBnd (Home home, View x0, View x1)
 Constructor for posting.

Detailed Description

Bounds consistent absolute value propagator.

Requires


Constructor & Destructor Documentation

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

Constructor for cloning p.

Gecode::Int::Arithmetic::AbsBnd::AbsBnd ( Home  home,
View  x0,
View  x1 
) [inline, protected]

Constructor for posting.

Definition at line 84 of file abs.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Definition at line 116 of file abs.hpp.

PropCost Gecode::Int::Arithmetic::AbsBnd::cost ( const Space home,
const ModEventDelta med 
) const [virtual]

Cost function.

If a view has been assigned, the cost is low unary. Otherwise it is low binary.

Reimplemented from Gecode::BinaryPropagator< View, PC_INT_BND >.

Definition at line 122 of file abs.hpp.

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

Perform propagation.

Definition at line 131 of file abs.hpp.

ExecStatus Gecode::Int::Arithmetic::AbsBnd::post ( Home  home,
View  x0,
View  x1 
) [static]

Post bounds consistent propagator $ |x_0|=x_1$.

Definition at line 89 of file abs.hpp.


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