Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ min
Method
min
gecode/set/var-imp/integerset.hpp:102–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
forceinline int
103
BndSet::min(void) const {
104
if (fst()==nullptr)
105
return MIN_OF_EMPTY;
106
else
107
return fst()->min();
108
}
109
110
forceinline int
111
BndSet::max(void) const {
Callers
15
BndSet
Method · 0.45
include_full
Method · 0.45
intersect_full
Method · 0.45
exclude_full
Method · 0.45
isConsistent
Method · 0.45
minN
Method · 0.45
update
Method · 0.45
overwrite
Method · 0.45
in
Method · 0.45
lubMin
Method · 0.45
glbMin
Method · 0.45
intersect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected