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

Method dispose

gecode/set/element/disjoint.hpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 template<class SView, class RView>
86 forceinline size_t
87 ElementDisjoint<SView,RView>::dispose(Space& home) {
88 x1.cancel(home,*this, PC_SET_ANY);
89 iv.cancel(home,*this,PC_SET_ANY);
90 (void) Propagator::dispose(home);
91 return sizeof(*this);
92 }
93
94 template<class SView, class RView>
95 Actor*

Callers 1

propagateMethod · 0.45

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected