Skip to content

Tool that optimizes deliveries to various locations Los Angeles from a central depot. Outputs optimal step-by step street directions from the different locations along the route.

Notifications You must be signed in to change notification settings

curesh/DeliveryOptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

DeliveryOptimizer

Tool that optimizes deliveries to various locations Los Angeles from a central depot. Outputs optimal step-by step street directions from the different locations along the route. Utilizes local street data to algorithmically find optimal ordering of different delivery requests and optimal directions between some two deliver requests. Also contains implementation of a custom hashmap that is utilized for different purposes throughout the project.

How to use

Write the latitude and longitude of your starting depot and the various delivery locations that you want to go to. Also include the contents of your delivery. Write this in the proj4/deliveries.txt file in the same format that the sample deliveries.txt file uses.

Run proj4/proj4exec.exe

Note

Project 4 for CS32 Class at UCLA

Here is the project specification.

About

Tool that optimizes deliveries to various locations Los Angeles from a central depot. Outputs optimal step-by step street directions from the different locations along the route.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages