Propagator for bounds consistent exp operator More...
#include <transcendental.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 | |
Exp (Space &home, bool share, Exp &p) | |
Constructor for cloning p. | |
Exp (Home home, A x0, B x1) | |
Constructor for creation. |
Propagator for bounds consistent exp operator
The types A and B give the types of the views.
Requires
#include <gecode/float/transcendental.hh>
Definition at line 61 of file transcendental.hh.
Gecode::Float::Transcendental::Exp< A, B >::Exp | ( | Space & | home, |
bool | share, | ||
Exp< A, B > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 66 of file exp-log.hpp.
Gecode::Float::Transcendental::Exp< A, B >::Exp | ( | Home | home, |
A | x0, | ||
B | x1 | ||
) | [inline, protected] |
Constructor for creation.
Definition at line 47 of file exp-log.hpp.
Actor * Gecode::Float::Transcendental::Exp< A, B >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Float::Transcendental::Exp< A, B >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Float::Transcendental::Exp< A, B >::post | ( | Home | home, |
A | x0, | ||
B | x1 | ||
) | [static] |
Post propagator for .
Definition at line 52 of file exp-log.hpp.