mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
a45c7de574
commit
8f9ef4d587
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Change-log
|
|||
- new package names: jsprit.<module>.<folder(s)>
|
||||
- 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>
|
||||
- SolutionPrinter.<del>print(solution, Print.VERBOSE)</del> --> use .print(solution) instead
|
||||
- VehicleRoute: <del>getCosts()</del>, <del>getCostCalculator()</del>
|
||||
- TimeBreaker --> TimeTermination, VariationCoefficentBreaker --> ...Termination, Iteration...Breaker --> ...Termination
|
||||
- VehicleRoutingAlgorithm: setPrematureBreaker(...) --> setPrematureTermination(...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue