MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / overtime

Method overtime

pyvrp/cpp/Solution.cpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101Duration Solution::duration() const { return duration_; }
102
103Duration Solution::overtime() const { return overtime_; }
104
105Cost Solution::durationCost() const { return durationCost_; }
106

Callers 2

test_overtimeFunction · 0.95
evaluateMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_overtimeFunction · 0.76