VehicleRouting
VehicleRouting copied to clipboard
QUESTION ABOUT VEHICLE CAPACITY
Hi. I want to ask, for the vehicle capacity in the main class - this line "int VehicleCap = 50;", is this the total capacity of all vehicles or is it represent each vehicle?
Hi It is each Vehicle capacity. Fore example if you have NoOfVehicles 10 with VehicleCap 50 the total capacity is 500 units
Hi Nikolaos, one question: has this algorithm been tested on VRP instances presented in Bibliography? Like Solomon's ones? If yes, are the results optimal? thanks