Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
412
Duration Route::travelDuration() const { return travel_; }
413
414
Duration Route::startTime() const { return startTime_; }
415
416
Duration Route::endTime() const { return startTime_ + duration_ - timeWarp_; }
417
Callers
1
PYBIND11_MODULE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected