MCPcopy 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

emptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected