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

Method lubMinN

gecode/set/view/set.hpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 return x->lubMax();
96 }
97 forceinline int
98 SetView::lubMinN(unsigned int n) const {
99 return x->lubMinN(n);
100 }
101 forceinline int
102 SetView::glbMin(void) const {
103 return x->glbMin();

Callers 3

propagateSeqFunction · 0.45
propagateMethod · 0.45
equalLUBFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected