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