Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ add
Method
add
gecode/search/par/pbs.hpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
CollectAll::CollectAll(void)
41
: solutions(heap) {}
42
forceinline bool
43
CollectAll::add(Space* s, Slave<CollectAll>*) {
44
solutions.push(s);
45
return true;
46
}
47
forceinline bool
48
CollectAll::constrain(const Space& b) {
49
(void) b;
Callers
2
post
Method · 0.45
report
Method · 0.45
Calls
3
push
Method · 0.45
constrain
Method · 0.45
status
Method · 0.45
Tested by
no test coverage detected