Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ~PBS
Method
~PBS
gecode/search/seq/pbs.hpp:163–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
template<bool best>
163
PBS<best>::~PBS(void) {
164
for (unsigned int i=0U; i<n_slaves; i++)
165
slaves[i].~Slave();
166
// Note that n_slaves might be different now!
167
heap.rfree(slaves);
168
}
169
170
}}}
171
Callers
nothing calls this directly
Calls
2
~Slave
Method · 0.45
rfree
Method · 0.45
Tested by
no test coverage detected