MCPcopy Create free account
hub / github.com/Gecode/gecode / lct

Method lct

gecode/int/unary/task.hpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 return _s.max();
66 }
67 forceinline int
68 ManFixPTask::lct(void) const {
69 return _s.max()+_p;
70 }
71 forceinline int
72 ManFixPTask::pmin(void) const {
73 return _p;

Callers 11

ExecStatus edgefindingFunction · 0.45
task-view.hppFile · 0.45
subsumedFunction · 0.45
overloadFunction · 0.45
ExecStatus notlastFunction · 0.45
task.hppFile · 0.45
ExecStatus edgefindingFunction · 0.45
envMethod · 0.45
task-view.hppFile · 0.45
overloadFunction · 0.45
task.hppFile · 0.45

Calls 2

maxMethod · 0.45
lqMethod · 0.45

Tested by

no test coverage detected