Hi,
I am currently working on a (Q,r) inventory model. I would like to have that the machine works in batches (it processes Q items sequentially, and transfers them all at once to the inventory). I was thinking to implement this through inserting a queue behind the first processor. I would let the queue fill up until it reaches Q units and then let it transfer the content immediately to the inventory?
Is this possible? I tried it but it doesn't work. I attached the model below
Kind regards