graphhopper / jsprit

jsprit is a java based, open source toolkit for solving rich vehicle routing problems
https://www.graphhopper.com/open-source/
Apache License 2.0
1.63k stars 604 forks source link

Remove unnecessary completion factor #556

Open ikyuu217 opened 1 year ago

ikyuu217 commented 1 year ago

Hi, I think solutionCompletenessRatio should be included in increasingAbsoluteFixedCosts definition (judging from the variable name) and is already included. So, I think we can remove unnecessary solutionCompletenessRatio defined in the return statement.

ikyuu217 commented 1 year ago

@oblonski Just a reminder in case you missed it.