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

Method gq

gecode/int/view/int.hpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 forceinline ModEvent
139 IntView::gq(Space& home, int n) {
140 return x->gq(home,n);
141 }
142 forceinline ModEvent
143 IntView::gq(Space& home, long long int n) {
144 return x->gq(home,n);

Callers 15

postMethod · 0.45
propagateMethod · 0.45
intersectMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
nooverlapFunction · 0.45
argmaxFunction · 0.45
argminFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected