Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ constrain
Method
constrain
gecode/search/par/pbs.hpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
return true;
46
}
47
forceinline bool
48
CollectAll::constrain(const Space& b) {
49
(void) b;
50
return false;
51
}
52
forceinline bool
53
CollectAll::empty(void) const {
54
return solutions.empty();
Callers
3
add
Method · 0.45
next
Method · 0.45
recompute
Method · 0.45
Calls
2
status
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected