diff --git a/jsprit-core/src/main/java/jsprit/core/problem/vehicle/VehicleTypeKey.java b/jsprit-core/src/main/java/jsprit/core/problem/vehicle/VehicleTypeKey.java index f5326d72..ebd0a8e4 100644 --- a/jsprit-core/src/main/java/jsprit/core/problem/vehicle/VehicleTypeKey.java +++ b/jsprit-core/src/main/java/jsprit/core/problem/vehicle/VehicleTypeKey.java @@ -3,8 +3,7 @@ package jsprit.core.problem.vehicle; /** * Key to identify different vehicles * - *

Two vehicles are equal if they share the same type and location. - *

Note that earliestStart and latestArrival are ignored by this key (this might change in future) + *

Two vehicles are equal if they share the same type, the same start and end-location and the same earliestStart and latestStart. * * @author stefan *