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

Method init

gecode/float/trace/tracer.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 : os(os0) {}
41
42 void
43 StdFloatTracer::init(const Space&, const FloatTraceRecorder& t) {
44 os << "trace<Float>::init(id:" << t.id();
45 if (t.group().in())
46 os << ",g:" << t.group().id();
47 os << ") slack: 100.00% (" << t.slack().initial() << " width)"
48 << std::endl;
49 }
50
51 void
52 StdFloatTracer::prune(const Space&, const FloatTraceRecorder& t,

Callers

nothing calls this directly

Calls 5

groupMethod · 0.80
initialMethod · 0.80
idMethod · 0.45
inMethod · 0.45
slackMethod · 0.45

Tested by

no test coverage detected