Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 286 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 286 Bytes

Solves VRP and finds shortest path around waypoints even in presence of obstacles (walls/shelves/equipment etc.) Hi! Thanks for checking this repo out.

To test out the solver, try running the main.py file! The meat of the code can be found in the VoronoiClass/VoronoiClass.py module.