Class RoutingModel.VehicleTypeContainer

java.lang.Object
com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
Enclosing class:
RoutingModel

public static class RoutingModel.VehicleTypeContainer extends Object
Struct used to sort and store vehicles by their type. Two vehicles have
the same "vehicle type" iff they have the same cost class and start/end
nodes.