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