42 using namespace Float;
45 GECODE_ES_FAIL((Channel::Channel<FloatView,IntView>::post(home,x0,x1)));
50 using namespace Float;
53 GECODE_ES_FAIL((Channel::Channel<FloatView,BoolView>::post(home,x0,x1)));
Boolean integer variables.
Home class for posting propagators
#define GECODE_POST
Check for failure in a constraint post function.
#define GECODE_ES_FAIL(es)
Check whether execution status es is failed, and fail space home.
Gecode toplevel namespace
void channel(Home home, FloatVar x0, IntVar x1)
Post propagator for channeling a float and an integer variable .