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

Method dispose

gecode/set/channel/set.hpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90 template <typename View>
91 forceinline size_t
92 ChannelSet<View>::dispose(Space& home) {
93 xs.cancel(home, *this, PC_SET_ANY);
94 ys.cancel(home, *this, PC_SET_ANY);
95 (void) Propagator::dispose(home);
96 return sizeof(*this);
97 }
98
99 template <typename View>
100 Actor*

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected