Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ contains
Method
contains
gecode/set/view/set.hpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
return x->lubSize() - x->glbSize();
72
}
73
forceinline bool
74
SetView::contains(int i) const {
75
return x->knownIn(i);
76
}
77
forceinline bool
78
SetView::notContains(int i) const {
79
return x->knownOut(i);
Callers
nothing calls this directly
Calls
1
knownIn
Method · 0.80
Tested by
no test coverage detected