Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dispose
Method
dispose
gecode/int/nvalues/bool-base.hpp:90–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
template<class VY>
90
forceinline size_t
91
BoolBase<VY>::dispose(Space& home) {
92
c.dispose(home);
93
y.cancel(home,*this,PC_INT_BND);
94
(void) Propagator::dispose(home);
95
return sizeof(*this);
96
}
97
98
}}}
99
Callers
1
advise
Method · 0.45
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected