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

Method intersectI

gecode/set/view/set.hpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 return x->excludeI(home, iter);
162 }
163 template<class I> ModEvent
164 SetView::intersectI(Space& home, I& iter) {
165 return x->intersectI(home, iter);
166 }
167
168
169 /*

Callers 15

operator ()Method · 0.45
domFunction · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected