Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
gecode/kernel/range-list.hpp:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
_min = n;
153
}
154
forceinline void
155
RangeList::max(int n) {
156
_max = n;
157
}
158
forceinline void
159
RangeList::next(RangeList* n) {
160
FreeList::next(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