Tour Planning (Shift Full Utilization)

Viewed 22

I am using the Tour Planning API to route multiple trucks to deliver many orders. The problem I am trying to solve currently is fully utilizing all of the trucks. Let's say we have 100 deliveries to make and 7 trucks. I want the API to attempt to use all trucks (shifts). Currently, it will, at times, use 6 trucks or however most efficiently to route. This makes sense when cost savings is your only goal. The goal of our solution is also to take into account Driver Retention. If we have 7 drivers, we need to use all 7 drivers.

0 Answers
Related