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

Function mult

gecode/float/arithmetic.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87 void
88 mult(Home home, FloatVar x0, FloatVar x1, FloatVar x2) {
89 using namespace Float;
90 GECODE_POST;
91 GECODE_ES_FAIL((Arithmetic::Mult<FloatView>::post(home,x0,x1,x2)));
92 }
93
94 void
95 sqr(Home home, FloatVar x0, FloatVar x1) {

Callers 2

p_int_timesFunction · 0.50
p_float_timesFunction · 0.50

Calls 1

postFunction · 0.50

Tested by

no test coverage detected