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

Method dispose

gecode/kernel/propagator/pattern.hpp:338–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336
337 template<class View, PropCond pc>
338 forceinline size_t
339 UnaryPropagator<View,pc>::dispose(Space& home) {
340 if (pc != PC_GEN_NONE)
341 x0.cancel(home,*this,pc);
342 (void) Propagator::dispose(home);
343 return sizeof(*this);
344 }
345
346
347 /*

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected