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
While looking up #946 I came across another problem when using input steps in solving mode. Take for example this simplified version of our example_1 file:
The max_travel_time parameter is not accounted for when trying to set the initial solution with the vehicle.steps array. In a release mode, this produces a solution breaking the max travel time constraint. In debug mode, this crashes upon formatting the solution:
While looking up #946 I came across another problem when using input steps in solving mode. Take for example this simplified version of our example_1 file:
The
max_travel_time
parameter is not accounted for when trying to set the initial solution with thevehicle.steps
array. In a release mode, this produces a solution breaking the max travel time constraint. In debug mode, this crashes upon formatting the solution:The text was updated successfully, but these errors were encountered: