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

Method cardMin

gecode/set/view/set.hpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return x->knownOut(i);
80 }
81 forceinline unsigned int
82 SetView::cardMin(void) const {
83 return x->cardMin();
84 }
85 forceinline unsigned int
86 SetView::cardMax(void) const {
87 return x->cardMax();

Callers 1

print.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected