MCPcopy Create free account
hub / github.com/Gecode/gecode / ~BAB

Method ~BAB

gecode/search/seq/bab.hpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201 template<class Tracer>
202 forceinline
203 BAB<Tracer>::~BAB(void) {
204 tracer.done();
205 path.reset();
206 delete best;
207 delete cur;
208 }
209
210}}}
211

Callers

nothing calls this directly

Calls 2

doneMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected