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

Method med

gecode/int/var/int.hpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return x->min();
64 }
65 forceinline int
66 IntVar::med(void) const {
67 return x->med();
68 }
69 forceinline int
70 IntVar::max(void) const {
71 return x->max();

Callers 1

valMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected