Gecode::Float::Trigonometric::ATan< A, B > Class Template Reference
[Float propagators]
Propagator for bounds consistent arc tangent operator More...
#include <trigonometric.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home, bool share) |
| 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 . | |
Protected Member Functions | |
| ATan (Space &home, bool share, ATan &p) | |
| Constructor for cloning p. | |
| ATan (Home home, A x0, B x1) | |
| Constructor for creation. | |
Detailed Description
template<class A, class B>
class Gecode::Float::Trigonometric::ATan< A, B >
Propagator for bounds consistent arc tangent operator
The types A and B give the types of the views.
Requires
#include <gecode/float/trigonometric.hh>
Definition at line 195 of file trigonometric.hh.
Constructor & Destructor Documentation
template<class A , class B >
| Gecode::Float::Trigonometric::ATan< A, B >::ATan | ( | Space & | home, | |
| bool | share, | |||
| ATan< A, B > & | p | |||
| ) | [inline, protected] |
Constructor for cloning p.
Definition at line 202 of file tanatan.hpp.
template<class A , class B >
| Gecode::Float::Trigonometric::ATan< A, B >::ATan | ( | Home | home, | |
| A | x0, | |||
| B | x1 | |||
| ) | [inline, protected] |
Constructor for creation.
Definition at line 185 of file tanatan.hpp.
Member Function Documentation
template<class A , class B >
| Actor * Gecode::Float::Trigonometric::ATan< A, B >::copy | ( | Space & | home, | |
| bool | share | |||
| ) | [inline, virtual] |
template<class A , class B >
| ExecStatus Gecode::Float::Trigonometric::ATan< A, B >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class A , class B >
| ExecStatus Gecode::Float::Trigonometric::ATan< A, B >::post | ( | Home | home, | |
| A | x0, | |||
| B | x1 | |||
| ) | [inline, static] |
Post propagator for
.
Definition at line 190 of file tanatan.hpp.
The documentation for this class was generated from the following files:
- gecode/float/trigonometric.hh (Revision: 15631)
- gecode/float/trigonometric/tanatan.hpp (Revision: 14967)
