Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ stop
Method
stop
gecode/search/stop.cpp:64–67 ·
view source on GitHub ↗
* Stopping for node limit * */
Source
from the content-addressed store, hash-verified
62
*
63
*/
64
bool
65
NodeStop::stop(const Statistics& s, const Options&) {
66
return s.node > l;
67
}
68
69
70
/*
Callers
5
runMeta
Method · 0.45
statusChanged
Method · 0.45
timerEvent
Method · 0.45
zoomToFit
Method · 0.45
centerCurrentNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected