Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ subsumed
Method
subsumed
test/set.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
bool
197
SetTestSpace::subsumed(bool b) {
198
return b ? (propagators() == 0) : true;
199
}
200
201
void
202
SetTestSpace::rel(int i, Gecode::SetRelType srt, const Gecode::IntSet& is) {
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected