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

Function min

gecode/float/arithmetic.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66 void
67 min(Home home, FloatVar x0, FloatVar x1, FloatVar x2) {
68 using namespace Float;
69 GECODE_POST;
70 GECODE_ES_FAIL((Arithmetic::Min<FloatView,FloatView,FloatView>::post(home,x0,x1,x2)));
71 }
72
73 void
74 min(Home home, const FloatVarArgs& x, FloatVar y) {

Callers

nothing calls this directly

Calls 3

MinusViewClass · 0.70
postFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected