MCPcopy Create free account
hub / github.com/Gecode/gecode / nq

Method nq

gecode/int/view/int.hpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 forceinline ModEvent
157 IntView::nq(Space& home, int n) {
158 return x->nq(home,n);
159 }
160 forceinline ModEvent
161 IntView::nq(Space& home, long long int n) {
162 return x->nq(home,n);

Callers 15

commitMethod · 0.45
commitMethod · 0.45
excludeMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
countFunction · 0.45
nvaluesFunction · 0.45
relFunction · 0.45
excludeFunction · 0.45
pruneMethod · 0.45
postMethod · 0.45
doprop_valFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected