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

Gecode::Float::Trigonometric::Tan< A, B > Class Template Reference
[Float propagators]

Propagator for bounds consistent tangent operator More...

#include <trigonometric.hh>

List of all members.

Public Member Functions

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

Static Public Member Functions

static ExecStatus post (Home home, A x0, B x1)
 Post propagator for $tan(x_0) = x_1$.

Protected Member Functions

 Tan (Space &home, Tan &p)
 Constructor for cloning p.
 Tan (Home home, A x0, B x1)
 Constructor for creation.

Static Protected Member Functions

static ExecStatus dopropagate (Space &home, A x0, B x1)
 Perform actual propagation.

Detailed Description

template<class A, class B>
class Gecode::Float::Trigonometric::Tan< A, B >

Propagator for bounds consistent tangent operator

The types A and B give the types of the views.

Requires

Definition at line 166 of file trigonometric.hh.


Constructor & Destructor Documentation

template<class A , class B >
Gecode::Float::Trigonometric::Tan< A, B >::Tan ( Space home,
Tan< A, B > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 165 of file tanatan.hpp.

template<class A , class B >
Gecode::Float::Trigonometric::Tan< A, B >::Tan ( Home  home,
x0,
x1 
) [inline, protected]

Constructor for creation.

Definition at line 146 of file tanatan.hpp.


Member Function Documentation

template<class A , class B >
ExecStatus Gecode::Float::Trigonometric::Tan< A, B >::dopropagate ( Space home,
x0,
x1 
) [inline, static, protected]

Perform actual propagation.

Definition at line 93 of file tanatan.hpp.

template<class A , class B >
Actor * Gecode::Float::Trigonometric::Tan< A, B >::copy ( Space home  )  [inline, virtual]

Create copy during cloning.

Implements Gecode::Actor.

Definition at line 170 of file tanatan.hpp.

template<class A , class B >
ExecStatus Gecode::Float::Trigonometric::Tan< A, B >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 176 of file tanatan.hpp.

template<class A , class B >
ExecStatus Gecode::Float::Trigonometric::Tan< A, B >::post ( Home  home,
x0,
x1 
) [inline, static]

Post propagator for $tan(x_0) = x_1$.

Definition at line 151 of file tanatan.hpp.


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