"vehicleType" what does it mean?

Hello, I have recently started studying jsprit and found a code very common that is “vehicleType”. What does this “vehicleType” mean? Does it has a separate logic to choose a type of vehicle ?

Hi @Servejeet,

vehicleType defines a type of vehicles, which share the same cost parameters, the same capacity (dimentions) and the same max velocity.

You can refer to the interface and the implementation.

Best regards,
He