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

Method e

gecode/int/cumulative/task.hpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 return _c;
59 }
60 forceinline long long int
61 ManFixPTask::e(void) const {
62 return static_cast<long long int>(pmin())*c();
63 }
64
65 forceinline void
66 ManFixPTask::update(Space& home, ManFixPTask& t) {

Callers 3

insertMethod · 0.45
envMethod · 0.45
OmegaLambdaTreeMethod · 0.45

Calls 1

cFunction · 0.50

Tested by

no test coverage detected