How to use vehicle types with own cost matrix in JSprit
问题 Is it possible to define a seperate cost matrix for every vehicle type in Jsprit? I have a number of very different vehicle types (trucks, bikes, cars, electrical pickups etc.) and every type has its own cost matrix. The matrices are not linearly dependent, therefore working with different cost factors for distance and time is not an option. The VRP has infinite fleet size. I use JSprit 1.6.2 and implemented the AbstractForwardVehicleRoutingTransportCosts -Interface. Both of its methods have