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

Method dispose

gecode/int/bool/lq.hpp:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172 template<class VX>
173 forceinline size_t
174 NaryLq<VX>::dispose(Space& home) {
175 Advisors<Advisor> as(c);
176 x.cancel(home,as.advisor());
177 c.dispose(home);
178 (void) NaryPropagator<VX,PC_BOOL_NONE>::dispose(home);
179 return sizeof(*this);
180 }
181
182 template<class VX>
183 ExecStatus

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected