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

Method init

gecode/search/cpprofiler/tracer.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void
62 CPProfilerSearchTracer::init(void) {
63 // Try to find out whether engine is a restart engine
64 bool restarts = ((engines() == 2U) &&
65 (engine(0U).type() == EngineType::RBS));
66 connector->connect();
67 connector->start(name, execution_id, restarts);
68 }
69
70 void
71 CPProfilerSearchTracer::round(unsigned int) {

Callers

nothing calls this directly

Calls 3

connectMethod · 0.80
typeMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected