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

Method dispose

gecode/int/linear/bool-scale.hpp:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180 template<class SBAP, class SBAN, class VX, PropCond pcx>
181 forceinline size_t
182 LinBoolScale<SBAP,SBAN,VX,pcx>::dispose(Space& home) {
183 x.cancel(home,*this,pcx);
184 p.cancel(home,*this);
185 n.cancel(home,*this);
186 (void) Propagator::dispose(home);
187 return sizeof(*this);
188 }
189
190 template<class SBAP, class SBAN, class VX, PropCond pcx>
191 forceinline

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected