Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ knownIn
Method
knownIn
gecode/set/var-imp/set.hpp:104–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
SetVarImp::cardMax(void) const { return lub.card(); }
103
104
forceinline bool
105
SetVarImp::knownIn(int i) const { return (glb.in(i)); }
106
107
forceinline bool
108
SetVarImp::knownOut(int i) const { return !(lub.in(i)); }
Callers
2
contains
Method · 0.80
contains
Method · 0.80
Calls
1
in
Method · 0.45
Tested by
no test coverage detected