① Input Data
- Customer orders (demand, coordinates, time windows)
- Vehicle & drone parameters (capacity, speed, range, cost)
- Cold-chain constraints (spoilage rate, temperature limits)
② Algorithmic Modules
- K-means clustering → customer segments → regional depots
- Ant Colony Optimisation (ACO) pheromone initialisation
- Greedy VRP solver (truck TSP + drone VRP)
③ Output Plan
- Truck route: depot → regional depots → depot
- Drone routes: depot → customers → depot
- Cost report: transport + spoilage + time KPIs