From 3afae5de91f5beba7a4574eae4cac6323ee53cdb Mon Sep 17 00:00:00 2001 From: oblonski <4sschroeder@gmail.com> Date: Thu, 15 May 2014 14:12:13 +0200 Subject: [PATCH] modified javadoc of core.problem.vehicle.VehicleTypeKey according to changes and bugfix #96 --- .../main/java/jsprit/core/problem/vehicle/VehicleTypeKey.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 *