Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ gr
Method
gr
gecode/int/view/int.hpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
forceinline ModEvent
148
IntView::gr(Space& home, int n) {
149
return x->gq(home,n+1);
150
}
151
forceinline ModEvent
152
IntView::gr(Space& home, long long int n) {
153
return x->gq(home,n+1);
Callers
10
exclude
Method · 0.45
rel
Function · 0.45
norun
Method · 0.45
post
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
commit
Method · 0.45
prune
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
Calls
1
gq
Method · 0.45
Tested by
no test coverage detected