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
python solver vehicle-routing-problem vrp cvrp route-optimization clarke-wright savings-algorithm pickup-and-delivery vrp-solver vrppd
-
Updated
Feb 28, 2024 - Python