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

Method eq

gecode/int/view/int.hpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 forceinline ModEvent
166 IntView::eq(Space& home, int n) {
167 return x->eq(home,n);
168 }
169 forceinline ModEvent
170 IntView::eq(Space& home, long long int n) {
171 return x->eq(home,n);

Callers 15

includeMethod · 0.45
intersectMethod · 0.45
includeIMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
relFunction · 0.45
operator ()Method · 0.45
domFunction · 0.45
relFunction · 0.45
postMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected