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

Method dispose

gecode/set/var-imp/integerset.hpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 forceinline void
60 BndSet::dispose(Space& home) {
61 if (fst()!=nullptr)
62 fst()->dispose(home,lst());
63 }
64
65 forceinline void
66 BndSet::fst(RangeList* f) {

Callers 10

include_fullMethod · 0.45
intersect_fullMethod · 0.45
exclude_fullMethod · 0.45
updateMethod · 0.45
overwriteMethod · 0.45
becomeMethod · 0.45
excludeMethod · 0.45
intersectMethod · 0.45
intersectIMethod · 0.45
excludeAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected