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

Function dead

gecode/search/seq/dead.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 Engine*
90 dead(const Options& o, const Statistics& stat) {
91 if (o.tracer)
92 return new Dead<TraceRecorder>(o,stat);
93 else
94 return new Dead<NoTraceRecorder>(o,stat);
95 }
96
97
98}}}

Callers 3

PBSMethod · 0.85
buildMethod · 0.85
RBSMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected