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

Method min

gecode/float/var/float.hpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return x->val();
57 }
58 forceinline FloatNum
59 FloatVar::min(void) const {
60 return x->min();
61 }
62 forceinline FloatNum
63 FloatVar::med(void) const {
64 return x->med();

Callers 15

estimateFunction · 0.45
overflowFunction · 0.45
dopostFunction · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
ExecStatus prop_nary_maxFunction · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected