Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ reset
Method
reset
gecode/search/par/path.hpp:236–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
235
template<class Tracer>
236
forceinline void
237
Path<Tracer>::reset(unsigned int l) {
238
n_work = 0;
239
while (!ds.empty())
240
ds.pop().dispose();
241
_ngdl = l;
242
}
243
244
template<class Tracer>
245
forceinline bool
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