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

Method commit

gecode/kernel/trace/tracer.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void
50 StdTracer::commit(const Space& home,
51 const CommitTraceInfo& cti) {
52 os << "trace::" << cti << std::endl
53 << '\t';
54 cti.brancher().print(home, cti.choice(), cti.alternative(), os);
55 os << std::endl;
56 }
57
58 void
59 StdTracer::post(const Space&,

Callers

nothing calls this directly

Calls 4

brancherMethod · 0.80
printMethod · 0.45
choiceMethod · 0.45
alternativeMethod · 0.45

Tested by

no test coverage detected