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

Method done

gecode/set/trace/tracer.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void
121 StdSetTracer::done(const Space&, const SetTraceRecorder& t) {
122 os << "trace<Set>::done(id:" << t.id();
123 if (t.group().in())
124 os << ",g:" << t.group().id();
125 os << ") slack: 0%" << std::endl;
126 }
127
128 StdSetTracer StdSetTracer::def;
129

Callers

nothing calls this directly

Calls 3

groupMethod · 0.80
idMethod · 0.45
inMethod · 0.45

Tested by

no test coverage detected