Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/search/seq/pbs.hpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
Slave::Slave(void)
50
: slave(nullptr), stop(nullptr) {}
51
forceinline void
52
Slave::init(Engine* e, Stop* s) {
53
slave = e; stop = s;
54
}
55
forceinline Space*
56
Slave::next(void) {
57
return slave->next();
Callers
6
pbs.hpp
File · 0.45
next
Method · 0.45
next
Method · 0.45
run
Method · 0.45
steal
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected