MCPcopy Index your code
hub / github.com/PyVRP/PyVRP / duration

Method duration

pyvrp/cpp/Route.cpp:400–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398std::vector<Load> const &Route::excessLoad() const { return excessLoad_; }
399
400Duration Route::duration() const { return duration_; }
401
402Duration Route::overtime() const { return overtime_; }
403

Calls

no outgoing calls