Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
propagateSeq
Function · 0.45
propagate
Method · 0.45
equalLUB
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected