Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyVRP/PyVRP
/ visits
Method
visits
pyvrp/cpp/Route.cpp:381–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
Route::Visits Route::visits() const { return {begin(), end()}; }
382
383
std::vector<Route::ScheduledVisit> const &Route::schedule() const
384
{
Callers
15
test_single_route_and_trip_same_statistics
Function · 0.95
test_access_multiple_trips
Function · 0.95
test_statistics_with_small_multi_trip_example
Function · 0.95
test_bug_iterating_with_empty_last_trip
Function · 0.95
PYBIND11_MODULE
Function · 0.80
test_trip_length_and_visits
Function · 0.80
test_trip_iter_and_getitem
Function · 0.80
test_route_constructor_with_different_vehicle_types
Function · 0.80
test_model_solves_instance_with_zero_or_one_clients
Function · 0.80
test_model_solves_line_instance_with_multiple_depots
Function · 0.80
test_model_solves_instances_with_multiple_profiles
Function · 0.80
test_read_solution_single_vehicle_type
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_single_route_and_trip_same_statistics
Function · 0.76
test_access_multiple_trips
Function · 0.76
test_statistics_with_small_multi_trip_example
Function · 0.76
test_bug_iterating_with_empty_last_trip
Function · 0.76
test_trip_length_and_visits
Function · 0.64
test_trip_iter_and_getitem
Function · 0.64
test_route_constructor_with_different_vehicle_types
Function · 0.64
test_model_solves_instance_with_zero_or_one_clients
Function · 0.64
test_model_solves_line_instance_with_multiple_depots
Function · 0.64
test_model_solves_instances_with_multiple_profiles
Function · 0.64
test_read_solution_single_vehicle_type
Function · 0.64
test_read_solution_multiple_vehicle_types
Function · 0.64