Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ min
Method
min
gecode/kernel/range-list.hpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
forceinline void
151
RangeList::min(int n) {
152
_min = n;
153
}
154
forceinline void
155
RangeList::max(int n) {
156
_max = n;
Callers
3
copy
Method · 0.45
overwrite
Method · 0.45
insert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected