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

Method dispose

gecode/int/bin-packing/propagate.hpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 forceinline size_t
166 Pack::dispose(Space& home) {
167 l.cancel(home,*this,PC_INT_BND);
168 bs.cancel(home,*this,PC_INT_DOM);
169 (void) Propagator::dispose(home);
170 return sizeof(*this);
171 }
172
173 template<class SizeSet>
174 forceinline bool

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected