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

Method lubModified

gecode/set/view/cached.hpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307
308 template<class View>
309 forceinline bool
310 CachedView<View>::lubModified(void) const {
311 return lubCache.size() != lubSize();
312 }
313
314 /**
315 * \brief %Range iterator for least upper bound of cached set views

Callers 2

propagateMethod · 0.80
propagateMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected