Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyVRP/PyVRP
/ slack
Method
slack
pyvrp/cpp/Route.cpp:418–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
Duration Route::endTime() const { return startTime_ + duration_ - timeWarp_; }
417
418
Duration Route::slack() const { return slack_; }
419
420
Duration Route::releaseTime() const { return trips_[0].releaseTime(); }
421
Callers
9
test_route_wait_time_calculations
Function · 0.95
test_small_example_from_cattaruzza_paper
Function · 0.95
test_multi_trip_with_release_times
Function · 0.95
plot_route_schedule
Function · 0.45
PYBIND11_MODULE
Function · 0.45
Route
Method · 0.45
test_repeated_merge_and_finalise_back
Function · 0.45
test_finalise_nonzero_route_slack
Function · 0.45
test_route_start_and_end_time_calculations
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_route_wait_time_calculations
Function · 0.76
test_small_example_from_cattaruzza_paper
Function · 0.76
test_multi_trip_with_release_times
Function · 0.76
test_repeated_merge_and_finalise_back
Function · 0.36
test_finalise_nonzero_route_slack
Function · 0.36
test_route_start_and_end_time_calculations
Function · 0.36