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

Method max

gecode/int/view/cached.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63 template<class View>
64 forceinline int
65 CachedView<View>::max(void) const {
66 return x.max();
67 }
68 template<class View>
69 forceinline int
70 CachedView<View>::med(void) const {

Callers 3

updateMethod · 0.45
initCacheMethod · 0.45
cacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected