Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
run
Method · 0.45
solve
Function · 0.45
l
Function · 0.45
reset
Method · 0.45
runMeta
Method · 0.45
statusChanged
Method · 0.45
timerEvent
Method · 0.45
zoomToFit
Method · 0.45
centerCurrentNode
Method · 0.45
runMeta
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected