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

Method ect

gecode/int/unary/task.hpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 return _s.min();
58 }
59 forceinline int
60 ManFixPTask::ect(void) const {
61 return _s.min()+_p;
62 }
63 forceinline int
64 ManFixPTask::lst(void) const {
65 return _s.max();

Callers 1

task.hppFile · 0.45

Calls 2

minMethod · 0.45
gqMethod · 0.45

Tested by

no test coverage detected