MCPcopy Create free account
hub / github.com/Gecode/gecode / init

Method init

gecode/search/seq/lds.hpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 template<class Tracer>
99 forceinline void
100 Probe<Tracer>::init(Space* s) {
101 cur = s; d = 0U; exhausted = true;
102 if (tracer)
103 tracer.ei()->invalidate();
104 }
105
106 template<class Tracer>
107 forceinline void

Callers 2

nextMethod · 0.45
lds.hppFile · 0.45

Calls 2

eiMethod · 0.80
invalidateMethod · 0.45

Tested by

no test coverage detected