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

Method min

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

Source from the content-addressed store, hash-verified

57 return x->domain();
58 }
59 forceinline FloatNum
60 FloatView::min(void) const {
61 return x->min();
62 }
63 forceinline FloatNum
64 FloatView::max(void) const {
65 return x->max();

Callers 4

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

Calls 1

minFunction · 0.50

Tested by 3

rtest_eqFunction · 0.36
rtest_lqFunction · 0.36
rtest_leFunction · 0.36