1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
This commit is contained in:
Stefan Schroeder 2013-11-26 11:48:29 +01:00
commit e1c58f341a

View file

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