Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ statistics
Method
statistics
gecode/search/seq/pbs.hpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
return slave->next();
58
}
59
forceinline Statistics
60
Slave::statistics(void) const {
61
return slave->statistics();
62
}
63
forceinline bool
64
Slave::stopped(void) const {
65
return slave->stopped();
Callers
1
next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected