Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trentleslie authored Jun 10, 2023
1 parent eb1c986 commit c03a2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ The problem is defined as follows: given a fleet of vehicles, a central depot, a

This repository contains scripts to import customer data from a CSV file, process the data, generate a distance matrix using the Google Maps API, and solve the routing problem. The solution provides the optimal routes for each vehicle in the fleet, minimizing the total travel distance.

It also includes a Streamlit-based web interface to provide a user-friendly way to input problem parameters and view the results.
It also includes a Streamlit-based web interface to provide a user-friendly way to input problem parameters and view the results. This can be seen at http://vrppd.trentleslie.com, but it will not run with out the correct code.

0 comments on commit c03a2cc

Please sign in to comment.