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

Function max

gecode/float/val.hpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 }
384
385 forceinline FloatVal
386 max(const FloatVal& x, const FloatVal& y) {
387 return FloatVal(max(x.x,y.x));
388 }
389 forceinline FloatVal
390 max(const FloatVal& x, const FloatNum& y) {
391 return FloatVal(max(x.x,y));

Callers 15

addMethod · 0.50
vs2bslFunction · 0.50
vs2bshFunction · 0.50
p_int_maxFunction · 0.50
p_maximumFunction · 0.50
p_cumulativesFunction · 0.50
p_nooverlapFunction · 0.50
p_float_maxFunction · 0.50
maxMethod · 0.50
postMethod · 0.50
propagateMethod · 0.50
postMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected