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

Method includeI

gecode/set/view/cached.hpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163 template<class View>
164 template<class I> ModEvent
165 CachedView<View>::includeI(Space& home,I& iter) {
166 return x.includeI(home,iter);
167 }
168
169 template<class View>
170 template<class I> ModEvent

Callers 2

initCacheMethod · 0.45
cacheGlbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected