Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ width
Method
width
gecode/kernel/range-list.hpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
return _max;
170
}
171
forceinline unsigned int
172
RangeList::width(void) const {
173
return static_cast<unsigned int>(_max - _min + 1);
174
}
175
176
177
forceinline void
Callers
5
shared-array.hpp
File · 0.45
array.hpp
File · 0.45
chb.hpp
File · 0.45
action.hpp
File · 0.45
print.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected