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

Method est

gecode/int/unary/task.hpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 forceinline int
56 ManFixPTask::est(void) const {
57 return _s.min();
58 }
59 forceinline int
60 ManFixPTask::ect(void) const {
61 return _s.min()+_p;

Callers 15

ExecStatus edgefindingFunction · 0.45
insertMethod · 0.45
oinsertMethod · 0.45
linsertMethod · 0.45
ExecStatus detectableFunction · 0.45
task-view.hppFile · 0.45
subsumedFunction · 0.45
task.hppFile · 0.45
ExecStatus edgefindingFunction · 0.45
insertMethod · 0.45
envMethod · 0.45

Calls 2

minMethod · 0.45
gqMethod · 0.45

Tested by

no test coverage detected