CVRP with different vehicle capacities
AnsweredSo I want to make a code to solve the problem of VRP where every vehicle has different capacities. I tried several codes, but the capacities of the vehicle always being limited to the smallest vehicle capacities. So what should I do ?
0
-
Hi Elvina,
For heterogeneous fleets, you must replicate the routing variables in common VRP formulations for each vehicle (leading to an additional index). Then, you can set individual capacities for each vehicle.
Best regards,
Mario0
Please sign in to leave a comment.
Comments
1 comment