Generated on Thu Mar 22 10:39:55 2012 for Gecode by doxygen 1.6.3

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

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

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

Bounds consistent square propagator.

Requires

Definition at line 276 of file arithmetic.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 143 of file sqr.hpp.

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

Constructor for posting.

Definition at line 116 of file sqr.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 148 of file sqr.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 154 of file sqr.hpp.

template<class View >
ExecStatus Gecode::Int::Arithmetic::SqrBnd< View >::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: