Generated on Thu Apr 11 13:59:52 2019 for Gecode by doxygen 1.6.3

Gecode::Float::Arithmetic::SqrPlus< VA, VB > Class Template Reference

Bounds consistent positive square propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, VA x0, VB x1)
 Post propagator $x_0\cdot x_0=x_1$.

Protected Member Functions

 SqrPlus (Home home, VA x0, VB x1)
 Constructor for posting.
 SqrPlus (Space &home, SqrPlus< VA, VB > &p)
 Constructor for cloning p.

Detailed Description

template<class VA, class VB>
class Gecode::Float::Arithmetic::SqrPlus< VA, VB >

Bounds consistent positive square propagator.

This propagator provides multiplication for positive views only.

Definition at line 58 of file arithmetic.hh.


Constructor & Destructor Documentation

template<class VA , class VB >
Gecode::Float::Arithmetic::SqrPlus< VA, VB >::SqrPlus ( Home  home,
VA  x0,
VB  x1 
) [inline, protected]

Constructor for posting.

Definition at line 46 of file sqr-sqrt.hpp.

template<class VA , class VB >
Gecode::Float::Arithmetic::SqrPlus< VA, VB >::SqrPlus ( Space home,
SqrPlus< VA, VB > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 66 of file sqr-sqrt.hpp.


Member Function Documentation

template<class VA , class VB >
ExecStatus Gecode::Float::Arithmetic::SqrPlus< VA, VB >::post ( Home  home,
VA  x0,
VB  x1 
) [inline, static]

Post propagator $x_0\cdot x_0=x_1$.

Definition at line 51 of file sqr-sqrt.hpp.

template<class VA , class VB >
Actor * Gecode::Float::Arithmetic::SqrPlus< VA, VB >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 71 of file sqr-sqrt.hpp.

template<class VA , class VB >
ExecStatus Gecode::Float::Arithmetic::SqrPlus< VA, VB >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 77 of file sqr-sqrt.hpp.


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