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