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

Function trace

gecode/set/trace.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace Gecode {
37
38 void
39 trace(Home home, const SetVarArgs& x,
40 TraceFilter tf, int te, SetTracer& t) {
41 using namespace Gecode::Set;
42 GECODE_POST;
43 ViewArray<SetView> xv(home,x);
44 GECODE_ES_FAIL(SetTraceRecorder::post(home,xv,tf,te,t));
45 }
46
47}
48

Callers 3

HammingMethod · 0.50
DescartesFoliumMethod · 0.50
MoneyMethod · 0.50

Calls 1

postFunction · 0.50

Tested by

no test coverage detected