when it comes to "not enough vehicles to schedule all orders" the topic turns towards prioritizing some orders over other orders:
- In the old xTour world (both xTour1 and xTour2) the planners used the order priority classes (e.g. 1..9) to deal with insufficient ressources. This was a hard approach which ensured that a high prio order was never displaced for the sake of lower prio orders (check this Prioritizing orders)
- In Optiflow there's no priority attribute for an order to control the selection. Instead of this you have to look closer at the outsourcingCosts, but please be aware that this approach is in fact different: orders which are not scheduled but given with an outsourcingCost value >0 will contribute with their individual cost value to the total costs.