Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ~Engine
Method
~Engine
gecode/search/par/engine.hpp:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
*/
367
template<class Tracer>
368
Engine<Tracer>::~Engine(void) {
369
while (!solutions.empty())
370
delete solutions.pop();
371
}
372
373
}}}
374
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected