Gecode::Float::Transcendental::Pow< A, B > Class Template Reference
[Float propagators]
Propagator for bounds consistent pow operator More...
#include <transcendental.hh>
Public Member Functions | |
| virtual Actor * | copy (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, FloatNum base, A x0, B x1) |
Post propagator for . | |
Protected Member Functions | |
| Pow (Space &home, Pow &p) | |
| Constructor for cloning p. | |
| Pow (Home home, FloatNum base, A x0, B x1) | |
| Constructor for creation. | |
Protected Attributes | |
| FloatNum | base |
Detailed Description
template<class A, class B>
class Gecode::Float::Transcendental::Pow< A, B >
Propagator for bounds consistent pow operator
The types A and B give the types of the views.
Requires
#include <gecode/float/transcendental.hh>
Definition at line 83 of file transcendental.hh.
Constructor & Destructor Documentation
template<class A , class B >
| Gecode::Float::Transcendental::Pow< A, B >::Pow | ( | Space & | home, | |
| Pow< A, B > & | p | |||
| ) | [inline, protected] |
Constructor for cloning p.
Definition at line 115 of file exp-log.hpp.
template<class A , class B >
| Gecode::Float::Transcendental::Pow< A, B >::Pow | ( | Home | home, | |
| FloatNum | base, | |||
| A | x0, | |||
| B | x1 | |||
| ) | [inline, protected] |
Constructor for creation.
Definition at line 92 of file exp-log.hpp.
Member Function Documentation
template<class A , class B >
| Actor * Gecode::Float::Transcendental::Pow< A, B >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class A , class B >
| ExecStatus Gecode::Float::Transcendental::Pow< A, B >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class A , class B >
| ExecStatus Gecode::Float::Transcendental::Pow< A, B >::post | ( | Home | home, | |
| FloatNum | base, | |||
| A | x0, | |||
| B | x1 | |||
| ) | [inline, static] |
Post propagator for
.
Definition at line 98 of file exp-log.hpp.
Member Data Documentation
template<class A, class B>
FloatNum Gecode::Float::Transcendental::Pow< A, B >::base [protected] |
Definition at line 87 of file transcendental.hh.
The documentation for this class was generated from the following files:
- gecode/float/transcendental.hh
- gecode/float/transcendental/exp-log.hpp
