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

Method startTime

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

Source from the content-addressed store, hash-verified

412Duration Route::travelDuration() const { return travel_; }
413
414Duration Route::startTime() const { return startTime_; }
415
416Duration Route::endTime() const { return startTime_ + duration_ - timeWarp_; }
417

Callers 1

PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected