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

Method ~DFS

gecode/search/seq/dfs.hpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175 template<class Tracer>
176 forceinline
177 DFS<Tracer>::~DFS(void) {
178 delete cur;
179 tracer.done();
180 path.reset();
181 }
182
183}}}
184

Callers

nothing calls this directly

Calls 2

doneMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected