This repo contains the required elements to simulate the warehouse traveling salesman problem (TSP).
- Simple method for converting a floor plan to a 2D graph object
- Sample picking and location data
- Traveling Salesman and shortest path solver (using NetworkX)
Shortest path between the pickup point and a waypoint
Create clusters to optimize dispatching rules
Shortest distance pickup path


