Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
gecode/iter/ranges-list.hpp:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
return c->min;
247
}
248
forceinline int
249
RangeListIter::max(void) const {
250
return c->max;
251
}
252
forceinline unsigned int
253
RangeListIter::width(void) const {
254
return static_cast<unsigned int>(c->max-c->min)+1;
Callers
1
range
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected