Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ invalidate
Method
invalidate
gecode/search/tracer.hpp:101–104 ·
view source on GitHub ↗
* Edge information * */
Source
from the content-addressed store, hash-verified
99
*
100
*/
101
forceinline void
102
SearchTracer::EdgeInfo::invalidate(void) {
103
_wid=UINT_MAX; _s.clear();
104
}
105
106
forceinline void
107
SearchTracer::EdgeInfo::init(unsigned int wid, unsigned int nid,
Callers
4
init
Method · 0.45
reset
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected