Hi all,
In my model, I collected the Completion_time of each order and pushed it to the "Completion_time_of_orders" table by a custom code. The number of orders may change depends on the plan.
Now I want to find a plan that can minimize WIP while still meet the order's delivery time. Can you help me on how I can put the comparison of Completion_time of each order and its Shipment_time as the constraints of the Optimizer model?
Because the file is too large, please refer to the onedrive link here: Model.fsm
Thank you.