Hi,
For my model I need logic to add to my processor which enables the processor to pick from multiple queues the most optimal item. The difficulty here is that the decision is partly based on a dynamic time.
Namely, the processor must pull the one item with the highest sum of a item-specific parameter (added as a label) and the time since the item has entered the queue. The dynamics in here is that the time increases (as the model run proceeds of course...)
Can someone help me in constructing this logic, thanks in advance!