Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dispose
Method
dispose
gecode/int/distinct/bnd.hpp:55–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
template<class View>
55
forceinline size_t
56
Bnd<View>::dispose(Space& home) {
57
y.cancel(home,*this,PC_INT_BND);
58
(void) Propagator::dispose(home);
59
return sizeof(*this);
60
}
61
62
template<class View>
63
forceinline
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected