MCPcopy 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

excludeMethod · 0.45
relFunction · 0.45
norunMethod · 0.45
postMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
commitMethod · 0.45
pruneMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45

Calls 1

gqMethod · 0.45

Tested by

no test coverage detected