Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dispose
Method
dispose
gecode/int/rel/nq.hpp:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
template<class View>
150
forceinline size_t
151
NaryNq<View>::dispose(Space& home) {
152
(void) NaryPropagator<View,PC_INT_VAL>::dispose(home);
153
return sizeof(*this);
154
}
155
156
template<class View>
157
ExecStatus
Callers
1
~SupportValues
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected