36namespace Gecode {
namespace Float {
namespace Channel {
38 template<
class A,
class B>
43 template<
class A,
class B>
48 template<
class A,
class B>
54 template<
class A,
class B>
66 template<
class A,
class B>
int p
Number of positive literals for node type.
Base-class for both propagators and branchers.
Propagator for bounds consistent integer part operator
Home class for posting propagators
void post(Home home, Term *t, int n, FloatRelType frt, FloatVal c)
Post propagator for linear constraint over floats.
ExecStatus ES_SUBSUMED(Propagator &p)
int ModEventDelta
Modification event deltas.
#define GECODE_ME_CHECK(me)
Check whether modification event me is failed, and forward failure.
const Gecode::PropCond PC_FLOAT_BND
Propagate when minimum or maximum of a view changes.
const int min
Smallest allowed integer value.
const int max
Largest allowed integer value.
const Gecode::PropCond PC_INT_BND
Propagate when minimum or maximum of a view changes.
Gecode toplevel namespace
@ ES_OK
Execution is okay.
@ ES_FIX
Propagation has computed fixpoint.