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

Method med

gecode/float/var/float.hpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 return x->min();
61 }
62 forceinline FloatNum
63 FloatVar::med(void) const {
64 return x->med();
65 }
66 forceinline FloatNum
67 FloatVar::max(void) const {
68 return x->max();

Callers 1

valMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected