Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
empty
Method · 0.45
dispose
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected