Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ next
Method
next
gecode/search/seq/pbs.hpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
slave = e; stop = s;
54
}
55
forceinline Space*
56
Slave::next(void) {
57
return slave->next();
58
}
59
forceinline Statistics
60
Slave::statistics(void) const {
61
return slave->statistics();
Callers
nothing calls this directly
Calls
4
constrain
Method · 0.45
stopped
Method · 0.45
statistics
Method · 0.45
~Slave
Method · 0.45
Tested by
no test coverage detected