VehicleRouting icon indicating copy to clipboard operation
VehicleRouting copied to clipboard

QUESTION ABOUT VEHICLE CAPACITY

Open anonymoussss25 opened this issue 4 years ago • 2 comments

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?

anonymoussss25 avatar Jun 07 '21 13:06 anonymoussss25

Hi It is each Vehicle capacity. Fore example if you have NoOfVehicles 10 with VehicleCap 50 the total capacity is 500 units

nimich avatar Jul 22 '21 08:07 nimich

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

jef07 avatar Nov 28 '21 12:11 jef07