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

Method max

gecode/float/view/float.hpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

print.hppFile · 0.45
rtest_eqFunction · 0.45
rtest_lqFunction · 0.45
rtest_leFunction · 0.45

Calls 1

maxFunction · 0.50

Tested by 3

rtest_eqFunction · 0.36
rtest_lqFunction · 0.36
rtest_leFunction · 0.36