Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ offset
Method
offset
gecode/int/view/offset.hpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
*
54
*/
55
forceinline int
56
OffsetView::offset(void) const {
57
return c;
58
}
59
forceinline void
60
OffsetView::offset(int n) {
61
c = n;
Callers
8
propagate
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
operator <
Method · 0.45
ViewRanges
Method · 0.45
init
Method · 0.45
operator ==
Function · 0.45
operator ==
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected