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

Method max

gecode/float/val.hpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 return x.lower();
72 }
73 forceinline FloatNum
74 FloatVal::max(void) const {
75 return x.upper();
76 }
77 forceinline FloatNum
78 FloatVal::size(void) const {
79 return gecode_boost::numeric::width(x);

Callers 13

printIntVarFunction · 0.45
printFloatVarFunction · 0.45
printElemMethod · 0.45
p_int_inFunction · 0.45
p_int_in_reifFunction · 0.45
p_int_in_impFunction · 0.45
p_cumulativesFunction · 0.45
p_nooverlapFunction · 0.45
p_set_inFunction · 0.45
compareMethod · 0.45
domFunction · 0.45
operator -Function · 0.45

Calls 1

upperMethod · 0.45

Tested by

no test coverage detected