HI, I want to ask about VRP, I have a number of orders with several vehicles that can allocate these orders. In certain circumstances, namely when the number of orders is large, all vehicles are needed to cover all existing orders. However, when there are few orders, all the same vehicles are needed and have their own route orders. What I want to ask is, how to minimize the use of vehicles on VRP, what parameters can I use. Thank You
Solved! Go to Solution.
To influence the solver to use fewer routes you could add a high FixedCost to the Routes.
To influence the solver to use fewer routes you could add a high FixedCost to the Routes.