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:
parent
20d69a84c0
commit
3afae5de91
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ package jsprit.core.problem.vehicle;
|
|||
/**
|
||||
* Key to identify different vehicles
|
||||
*
|
||||
* <p>Two vehicles are equal if they share the same type and location.
|
||||
* <p>Note that earliestStart and latestArrival are ignored by this key (this might change in future)
|
||||
* <p>Two vehicles are equal if they share the same type, the same start and end-location and the same earliestStart and latestStart.
|
||||
*
|
||||
* @author stefan
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue