Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ sec
Method
sec
gecode/int/no-overlap/dim.hpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
return c.max();
54
}
55
forceinline int
56
FixDim::sec(void) const {
57
return c.min() + s;
58
}
59
forceinline int
60
FixDim::lec(void) const {
61
return c.max() + s;
Callers
3
nooverlap
Method · 0.80
overlap
Method · 0.80
nooverlap
Method · 0.80
Calls
1
min
Method · 0.45
Tested by
no test coverage detected