You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.graphhopper.jsprit.core.algorithm.recreate.DefaultScorer -> getLargestTimeWindow method
always return MAX timeWindow for each Activity (return TimeWindow.newInstance(0, Double.MAX_VALUE))
If the method must return "TimeWindow.newInstance(0, Double.MAX_VALUE)" for each activity, it could be simplified to static final field,
or method must return timeWindow variable.?
com.graphhopper.jsprit.core.algorithm.recreate.DefaultScorer -> getLargestTimeWindow method
always return MAX timeWindow for each Activity (return TimeWindow.newInstance(0, Double.MAX_VALUE))
and minTimeToOperate is always = Double.MAX_VALUE
If the method must return "TimeWindow.newInstance(0, Double.MAX_VALUE)" for each activity, it could be simplified to static final field,
or method must return timeWindow variable.?
The text was updated successfully, but these errors were encountered: