Our customer wants to assign "preferred" postal codes to technicians in order to assign them the Orders located in those preferred postal codes, if possible. As "Preferred" is a really non-accurate word my plan is to:
- Trigger xTour with
- Postal code of Demand as 1 of the required Equipments for that Demand
- Add those "Preferred postal codes" as available Equipments of the Technicians
- Delete those PostalCodes from Required Equipments
- Call again xTour with previous result as fixed input plan
My question is: I guess my only chance is also to iterate in this way:
- with PostalCodes + Prio9
- without postalCodes + Prio9
- with PostalCodes + Prio8
- without PostalCodes +Prio8
- ...
Thank you in advance!