Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ glbMin
Method
glbMin
gecode/set/var-imp/set.hpp:119–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
SetVarImp::lubMinN(unsigned int n) const { return lub.minN(n); }
118
119
forceinline int
120
SetVarImp::glbMin(void) const { return glb.min(); }
121
122
forceinline int
123
SetVarImp::glbMax(void) const { return glb.max(); }
Callers
1
processLubChange
Method · 0.45
Calls
1
min
Method · 0.45
Tested by
no test coverage detected