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