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

Method start

gecode/search/worker.hh:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 : _stopped(false), root_depth(0) {}
72
73 forceinline void
74 Worker::start(void) {
75 _stopped = false;
76 }
77
78 forceinline bool
79 Worker::stop(const Options& o) {

Callers 11

mainFunction · 0.45
runMethod · 0.45
solveFunction · 0.45
lFunction · 0.45
resetMethod · 0.45
runMetaMethod · 0.45
statusChangedMethod · 0.45
timerEventMethod · 0.45
zoomToFitMethod · 0.45
centerCurrentNodeMethod · 0.45
runMetaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected