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

Method med

gecode/float/val.hpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return gecode_boost::numeric::width(x);
80 }
81 forceinline FloatNum
82 FloatVal::med(void) const {
83 return gecode_boost::numeric::median(x);
84 }
85
86 forceinline bool
87 FloatVal::tight(void) const {

Callers 7

float_valFunction · 0.45
float_valFunction · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
printFloatVarFunction · 0.45

Calls 1

medianFunction · 0.85

Tested by

no test coverage detected