This program is a solution to the Vehicle Routing Problem for Pickup and Delivery (VRPPD) with constraint on distance travelled by each driver. It efficiently assigns loads to drivers while minimizing total distance travelled using Clark-Wright Savings algorithm
pythonsolvervehicle-routing-problemvrpcvrproute-optimizationclarke-wrightsavings-algorithmpickup-and-deliveryvrp-solvervrppd
-
Updated
Feb 28, 2024 - Python