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

Method dispose

gecode/int/var-imp/int.hpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 forceinline void
134 IntVarImp::RangeList::dispose(Space& home, RangeList* p, RangeList* l) {
135 RangeList* c = this;
136 while (c != l) {
137 RangeList* n = c->next(p);
138 c->fix(n);
139 p=c; c=n;
140 }
141 home.fl_dispose<sizeof(RangeList)>(this,l);
142 }
143
144 forceinline void
145 IntVarImp::RangeList::dispose(Space& home, RangeList* l) {

Callers 8

cacheMethod · 0.45
narrow_rMethod · 0.45
minus_rMethod · 0.45
minus_vMethod · 0.45
lq_fullMethod · 0.45
gq_fullMethod · 0.45
eq_fullMethod · 0.45
nq_fullMethod · 0.45

Calls 2

nextMethod · 0.45
fixMethod · 0.45

Tested by

no test coverage detected