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

Method c

gecode/int/cumulative/task.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 forceinline int
57 ManFixPTask::c(void) const {
58 return _c;
59 }
60 forceinline long long int
61 ManFixPTask::e(void) const {
62 return static_cast<long long int>(pmin())*c();

Callers 12

purgeFunction · 0.45
operator ()Method · 0.45
ExecStatus edgefindingFunction · 0.45
postMethod · 0.45
propagateMethod · 0.45
task-view.hppFile · 0.45
ExecStatus subsumedFunction · 0.45
postMethod · 0.45
propagateMethod · 0.45
task.hppFile · 0.45
operator ()Method · 0.45
ExecStatus timetablingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected