Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ lst
Method
lst
gecode/int/unary/task.hpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
return _s.min()+_p;
62
}
63
forceinline int
64
ManFixPTask::lst(void) const {
65
return _s.max();
66
}
67
forceinline int
68
ManFixPTask::lct(void) const {
69
return _s.max()+_p;
Callers
5
ExecStatus detectable
Function · 0.45
task-view.hpp
File · 0.45
ExecStatus notlast
Function · 0.45
task.hpp
File · 0.45
task.hpp
File · 0.45
Calls
2
max
Method · 0.45
lq
Method · 0.45
Tested by
no test coverage detected