Skip to content

Commit

Permalink
routing: fix vrp_items_to_deliver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 4, 2025
1 parent da058cd commit ff163ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/constraint_solver/samples/vrp_items_to_deliver.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def main():

# Create the routing index manager.
# [START index_manager]
manager = pywraprouting.RoutingIndexManager(
manager = pywrapcp.RoutingIndexManager(
len(data["distance_matrix"]),
data["num_vehicles"],
data["starts"],
Expand Down

0 comments on commit ff163ce

Please sign in to comment.