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

Function min

gecode/float/val.hpp:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 return FloatVal(max(x,y.x));
396 }
397 forceinline FloatVal
398 min(const FloatVal& x, const FloatVal& y) {
399 return FloatVal(min(x.x,y.x));
400 }
401 forceinline FloatVal
402 min(const FloatVal& x, const FloatNum& y) {
403 return FloatVal(min(x.x,y));

Callers 15

vs2bslFunction · 0.50
vs2bshFunction · 0.50
fillBufferMethod · 0.50
p_int_minFunction · 0.50
p_minimumFunction · 0.50
p_cumulativesFunction · 0.50
p_nooverlapFunction · 0.50
p_float_minFunction · 0.50
minMethod · 0.50
postMethod · 0.50
propagateMethod · 0.50
postMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected