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

Method cardMax

gecode/set/view/set.hpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 return x->cardMin();
84 }
85 forceinline unsigned int
86 SetView::cardMax(void) const {
87 return x->cardMax();
88 }
89 forceinline int
90 SetView::lubMin(void) const {
91 return x->lubMin();

Callers 1

print.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected