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

Method glbMin

gecode/set/view/set.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 return x->lubMinN(n);
100 }
101 forceinline int
102 SetView::glbMin(void) const {
103 return x->glbMin();
104 }
105 forceinline int
106 SetView::glbMax(void) const {
107 return x->glbMax();

Callers 1

print.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected