MCPcopy Create free account
hub / github.com/Gecode/gecode / channel

Function channel

gecode/float/channel.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace Gecode {
39
40 void
41 channel(Home home, FloatVar x0, IntVar x1) {
42 using namespace Float;
43 using namespace Int;
44 GECODE_POST;
45 GECODE_ES_FAIL((Channel::Channel<FloatView,IntView>::post(home,x0,x1)));
46 }
47
48 void
49 channel(Home home, FloatVar x0, BoolVar x1) {

Callers 7

p_bool2intFunction · 0.50
p_inverse_offsetsFunction · 0.50
p_cumulativesFunction · 0.50
p_link_set_to_booleansFunction · 0.50
p_int_set_channelFunction · 0.50
p_inverse_setFunction · 0.50
p_int2floatFunction · 0.50

Calls 1

postFunction · 0.50

Tested by

no test coverage detected