Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ lubMin
Method
lubMin
gecode/set/var-imp/set.hpp:110–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
SetVarImp::knownOut(int i) const { return !(lub.in(i)); }
109
110
forceinline int
111
SetVarImp::lubMin(void) const { return lub.min(); }
112
113
forceinline int
114
SetVarImp::lubMax(void) const { return lub.max(); }
Callers
1
processGlbChange
Method · 0.45
Calls
1
min
Method · 0.45
Tested by
no test coverage detected