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

Method max

gecode/set/view/singleton.hpp:405–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 forceinline int
404 GlbRanges<SingletonView>::min(void) const { return val; }
405 forceinline int
406 GlbRanges<SingletonView>::max(void) const { return val; }
407 forceinline unsigned int
408 GlbRanges<SingletonView>::width(void) const { return 1; }
409

Callers 4

printBoundFunction · 0.45
lubMaxMethod · 0.45
includeIMethod · 0.45
glbMaxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected