ejwillemse / app_vukwm_bag_delivery

1 stars 0 forks source link

incorporate weight limits for bicycles #57

Closed ejwillemse closed 1 year ago

ejwillemse commented 1 year ago

Change to transhipment jobs and incorporate weight estimates and limits for vehicles.

ejwillemse commented 1 year ago

Issue with multi-depots. Jobs have to be pre-allocated to a collection location.

ejwillemse commented 1 year ago

Can be modelled in vroom as a transhipment problem, but it creates strange scenarios as not all jobs are transhipment jobs.

An alternative would be assume 3 pickups at 20min each, so artificially reduce the route duration by 60 minutes.

Then solve as per normal, and then resolve the bicycle route only as a transhipment problem so as to calculate offloads. If all stops then fit within the route, then conclude the solution step.

ejwillemse commented 1 year ago

Done via #73