38 #ifndef __GECODE_FLOAT_CHANNEL_HH__ 39 #define __GECODE_FLOAT_CHANNEL_HH__ 49 namespace Gecode {
namespace Float {
namespace Channel {
57 template<
class A,
class B>
static ExecStatus post(Home home, A x0, B x1)
Post propagator for .
virtual Actor * copy(Space &home)
Create copy during cloning.
Channel(Space &home, Channel &p)
Constructor for cloning p.
Base-class for both propagators and branchers.
int p
Number of positive literals for node type.
Propagator for bounds consistent integer part operator
ModEventDelta med
A set of modification events (used during propagation)
virtual ExecStatus propagate(Space &home, const ModEventDelta &med)
Perform propagation.
Gecode toplevel namespace
int ModEventDelta
Modification event deltas.
Home class for posting propagators