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

Method cacheLub

gecode/set/view/cached.hpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295 template<class View>
296 forceinline void
297 CachedView<View>::cacheLub(Space& home) {
298 LubRanges<View> lr(DerivedView<View>::base());
299 lubCache.intersectI(home,lr);
300 }
301
302 template<class View>
303 forceinline bool

Callers 2

propagateMethod · 0.80
propagateMethod · 0.80

Calls 1

intersectIMethod · 0.45

Tested by

no test coverage detected