Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ empty
Method
empty
gecode/search/par/pbs.hpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
return false;
51
}
52
forceinline bool
53
CollectAll::empty(void) const {
54
return solutions.empty();
55
}
56
forceinline Space*
57
CollectAll::get(Slave<CollectAll>*&) {
58
return solutions.pop();
Callers
7
~CollectAll
Method · 0.45
next
Method · 0.45
run
Method · 0.45
signal
Method · 0.45
next
Method · 0.45
~Engine
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected