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

Method dispose

gecode/int/element/view.hpp:147–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146 template<class VA, class VB, class VC, PropCond pc_ac>
147 forceinline size_t
148 View<VA,VB,VC,pc_ac>::dispose(Space& home) {
149 x0.cancel(home,*this,PC_INT_DOM);
150 x1.cancel(home,*this,pc_ac);
151 iv.cancel(home,*this,pc_ac);
152 (void) Propagator::dispose(home);
153 return sizeof(*this);
154 }
155
156
157

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected