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

update according to v1.1.0

This commit is contained in:
jsprit 2014-01-27 11:51:15 +01:00
parent 2a2c52bfce
commit 7d931152f2

View file

@ -1,5 +1,30 @@
Change-log Change-log
========== ==========
**v1.1.0** @ 2014-01-27
jsprit-core:
- added javadocs (VehicleRoutingProblem and classes in package vehicle. and job.)
- added unit-tests (for classes in package vehicle. and job.)
- deprecated methods in VehicleRoutingProblem, VehicleTypeImpl, VehicleImpl
- added func in VehicleRoutingProblem.Builder (.addPenaltyVehicle(...) methods)
- added feature: open-routes (#54)
- added func in VehicleImpl and VehicleImpl.Builder (.setReturnToDepot(...), isReturnToDepot())
- added feature: prohibit vehicles to take over entire route (#70)
- fixed bug: #58,#76-#79
- inspected and removed all warnings
jsprit-analysis:
- added GraphStreamViewer
- inspected and removed all warnings
jsprit-example:
- added BicycleMessenger
- enriched examples with GraphStreamViewer
- inspected and removed all warnings
jsprit-instance:
- added VrphGoldenReader (plus instances to bechmark VRPH)
- inspected and removed all warnings
**v1.0.0** @ 2013-11-26 (break change) **v1.0.0** @ 2013-11-26 (break change)
- re-organized API - re-organized API