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

Method max

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

Source from the content-addressed store, hash-verified

64 return x->med();
65 }
66 forceinline FloatNum
67 FloatVar::max(void) const {
68 return x->max();
69 }
70
71 forceinline FloatVal
72 FloatVar::domain(void) const {

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
propagateMethod · 0.45
postMethod · 0.45
ExecStatus prop_nary_maxFunction · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected