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

Method intersectI

gecode/set/view/cached.hpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169 template<class View>
170 template<class I> ModEvent
171 CachedView<View>::intersectI(Space& home,I& iter) {
172 return x.intersectI(home,iter);
173 }
174
175 template<class View>
176 forceinline void

Callers 2

initCacheMethod · 0.45
cacheLubMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected