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

Method min

gecode/iter/ranges-list.hpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 forceinline int
245 RangeListIter::min(void) const {
246 return c->min;
247 }
248 forceinline int
249 RangeListIter::max(void) const {
250 return c->max;

Callers 1

rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected