2025internal
Delivery route optimization
Desktop app that sorts delivery stops into the best route and exports a PDF in the right order.
Context
Desktop application in Python with PyQt. It takes a list of delivery points, geolocates them by address, solves a traveling salesman problem (TSP) with Google OR-Tools and generates a PDF with the stops in the optimal order.