Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ restart
Method
restart
gecode/search/stop.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
return new TimeStop(l);
53
}
54
Stop*
55
Stop::restart(unsigned long long int l) {
56
return new RestartStop(l);
57
}
58
59
60
/*
Callers
4
slave
Method · 0.45
createBranchers
Method · 0.45
runEngine
Method · 0.45
slave
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected