34 #ifndef __GECODE_FLOAT_TRANSCENDENTAL_HH__ 35 #define __GECODE_FLOAT_TRANSCENDENTAL_HH__ 44 namespace Gecode {
namespace Float {
namespace Transcendental {
54 template<
class A,
class B>
82 template<
class A,
class B>
Exp(Space &home, Exp &p)
Constructor for cloning p.
Propagator for bounds consistent pow operator
static ExecStatus post(Home home, A x0, B x1)
Post propagator for .
Base-class for both propagators and branchers.
virtual ExecStatus propagate(Space &home, const ModEventDelta &med)
Perform propagation.
int p
Number of positive literals for node type.
ModEventDelta med
A set of modification events (used during propagation)
virtual Actor * copy(Space &home)
Create copy during cloning.
Propagator for bounds consistent exp operator
Gecode toplevel namespace
int ModEventDelta
Modification event deltas.
Home class for posting propagators
double FloatNum
Floating point number base type.