Hello everyone!
In my model, I have 5 docks that have different occupancy windows for each type of item, depending on the time. There are 3 types of items.
For example, in the first hour of simulation, 3 docks should prioritize in ascending order (1, 2, and 3) and 2 docks in descending order (3, 2, and 1). In the second hour, the logic reverses: 3 docks should prioritize in descending order (3, 2, and 1) and two in ascending order.
In this example model, all items are arriving at the same time to test the logic, but in the real system there is a distribution of arrivals, according to a schedule.
Any idea how I can program this logic?
Thanks!