Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ run
Method
run
gecode/search/par/pbs.hpp:200–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
199
template<class Collect>
200
void
201
Slave<Collect>::run(void) {
202
Space* s;
203
do {
204
s = slave->next();
205
} while (!master->report(this,s));
206
}
207
208
template<class Collect>
209
Space*
Callers
nothing calls this directly
Calls
2
next
Method · 0.45
report
Method · 0.45
Tested by
no test coverage detected