Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ width
Method
width
gecode/int/var-imp/int.hpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
return _max;
104
}
105
forceinline unsigned int
106
IntVarImp::RangeList::width(void) const {
107
return static_cast<unsigned int>(_max - _min) + 1;
108
}
109
110
111
forceinline void
Callers
5
int.hpp
File · 0.45
size
Method · 0.45
narrow_r
Method · 0.45
minus_r
Method · 0.45
med
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected