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

Bounds consistent square 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, View x0, View x1)
 Post propagator $x_0\cdot x_0=x_1$.

Protected Member Functions

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

Detailed Description

Bounds consistent square propagator.

Requires


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 143 of file sqr.hpp.

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

Constructor for posting.

Definition at line 116 of file sqr.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Definition at line 148 of file sqr.hpp.

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

Perform propagation.

Definition at line 154 of file sqr.hpp.

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

Post propagator $x_0\cdot x_0=x_1$.

Definition at line 121 of file sqr.hpp.


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