MCPcopy 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

initMethod · 0.45
resetMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected