MCPcopy 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 detectableFunction · 0.45
task-view.hppFile · 0.45
ExecStatus notlastFunction · 0.45
task.hppFile · 0.45
task.hppFile · 0.45

Calls 2

maxMethod · 0.45
lqMethod · 0.45

Tested by

no test coverage detected