mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Merge branch 'master' of https://github.com/jsprit/jsprit.git
This commit is contained in:
commit
e1c58f341a
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue