1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

modified javadoc of core.problem.vehicle.VehicleTypeKey according to

changes and bugfix #96
This commit is contained in:
oblonski 2014-05-15 14:12:13 +02:00
parent 20d69a84c0
commit 3afae5de91

View file

@ -3,8 +3,7 @@ package jsprit.core.problem.vehicle;
/** /**
* Key to identify different vehicles * Key to identify different vehicles
* *
* <p>Two vehicles are equal if they share the same type and location. * <p>Two vehicles are equal if they share the same type, the same start and end-location and the same earliestStart and latestStart.
* <p>Note that earliestStart and latestArrival are ignored by this key (this might change in future)
* *
* @author stefan * @author stefan
* *