Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ get
Method
get
gecode/search/par/pbs.hpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
return solutions.empty();
55
}
56
forceinline Space*
57
CollectAll::get(Slave<CollectAll>*&) {
58
return solutions.pop();
59
}
60
forceinline
61
CollectAll::~CollectAll(void) {
62
while (!solutions.empty())
Callers
1
next
Method · 0.45
Calls
3
empty
Function · 0.50
pop
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected