MCPcopy Create free account
hub / github.com/Gecode/gecode / reset

Method reset

gecode/search/seq/path.hpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216 template<class Tracer>
217 inline void
218 Path<Tracer>::reset(void) {
219 while (!ds.empty())
220 ds.pop().dispose();
221 }
222
223 template<class Tracer>
224 forceinline Space*

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.45
disposeMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected