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
If I turn on the Deterministic travel time check (Alonso-mora config group: setCheckDeterminsticTravelTimes(true)), then the check will fail even under a network with very large capacity (e.g., capacity factors = 100000). Do you also experience similar issue?
I think we have similar problems in the standard DRT contrib. A similar consistency check of the vehicle schedule and insertion plan will also lead to the error. And therefore the check was temporarily disabled.
Best regards,
Chengqi Lu
The text was updated successfully, but these errors were encountered:
Hi Chengqi, this assumes that capacities are close to infinity, but also that travel times don't vary over the day. The latter is the case for you, isn't it?
Yes, as the starting point, I am trying the algorithm on a deterministic and time-invariant network. Since the fleet is not so large in the scenario, so I think the travel time will remain constant throughout the day. Therefore, I am not sure why the test is failing.
Tarek had the same issue, need to check what is special about the NY use case / the cases in the unit tests that make this work. Probably some config option
Hi Sebastian,
If I turn on the Deterministic travel time check (Alonso-mora config group: setCheckDeterminsticTravelTimes(true)), then the check will fail even under a network with very large capacity (e.g., capacity factors = 100000). Do you also experience similar issue?
I think we have similar problems in the standard DRT contrib. A similar consistency check of the vehicle schedule and insertion plan will also lead to the error. And therefore the check was temporarily disabled.
Best regards,
Chengqi Lu
The text was updated successfully, but these errors were encountered: