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.0.0

This commit is contained in:
jsprit 2013-11-26 11:34:44 +01:00
parent d24bd93c59
commit a45c7de574

View file

@ -4,11 +4,13 @@ Change-log
- re-organized API
- new package names: jsprit.<module>.<folder(s)>
- detailed changelog
- most of the breaks can be fixed by (re-)organizing imports
- however the following breaks have to be fixed manually:
- SolutionPrinter.<del>print(solution, Print.VERBOSE)</del>
- VehicleRoute: <del>getCosts()</del>, <del>getCostCalculator()</del>
- TimeBreaker --> TimeTermination, VariationCoefficentBreaker --> ...Termination, Iteration...Breaker --> ...Termination
- VehicleRoutingAlgorithm: setPrematureBreaker(...) --> setPrematureTermination(...)
- detailled changelog
**v0.0.5** @ 2013-11-22