Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ cacheGlb
Method
cacheGlb
gecode/set/view/cached.hpp:289–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
288
template<class View>
289
forceinline void
290
CachedView<View>::cacheGlb(Space& home) {
291
GlbRanges<View> gr(DerivedView<View>::base());
292
glbCache.includeI(home,gr);
293
}
294
295
template<class View>
296
forceinline void
Callers
2
propagate
Method · 0.80
propagate
Method · 0.80
Calls
1
includeI
Method · 0.45
Tested by
no test coverage detected