Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ glbSize
Method
glbSize
gecode/set/var-imp/set.hpp:125–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
SetVarImp::glbMax(void) const { return glb.max(); }
124
125
forceinline unsigned int
126
SetVarImp::glbSize() const { return glb.size(); }
127
128
forceinline unsigned int
129
SetVarImp::lubSize() const { return lub.size(); }
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected