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.64k stars 605 forks source link

fix largest timewindow #554

Open wchen56 opened 1 year ago

wchen56 commented 1 year ago

Function getLargestTimeWindow seems not to return the largest timewindow as intended, instead it returns a default timewindow. This request is to fix the problem.