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

Method dispose

gecode/set/channel/int.hpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104 template<class View>
105 forceinline size_t
106 ChannelInt<View>::dispose(Space& home) {
107 xs.cancel(home,*this, Gecode::Int::PC_INT_DOM);
108 ys.cancel(home,*this, PC_SET_ANY);
109 (void) Propagator::dispose(home);
110 return sizeof(*this);
111 }
112
113 template<class View>
114 Actor*

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected