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

Method dispose

gecode/int/count/view-base.hpp:72–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 template<class VX, class VY, class VZ>
72 forceinline size_t
73 ViewBase<VX,VY,VZ>::dispose(Space& home) {
74 if (isintset(y))
75 home.ignore(*this,AP_DISPOSE);
76 x.cancel(home,*this,PC_INT_DOM);
77 cancel(home,*this,y);
78 z.cancel(home,*this,PC_INT_BND);
79 (void) Propagator::dispose(home);
80 return sizeof(*this);
81 }
82
83 template<class VX, class VY, class VZ>
84 forceinline void

Callers

nothing calls this directly

Calls 4

isintsetFunction · 0.85
cancelFunction · 0.85
ignoreMethod · 0.45
cancelMethod · 0.45

Tested by

no test coverage detected