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