Hi everyone, I am trying to simulate queueing process with the following requirement
- a single queue with 3 type of processor, (processor A) one with 12 different tests and can process 3 items at the same time , the other processor (processor B) have 1 tests and can only process 1 item at the same time and processor c have 3 tests and can only process 2 item at the same time
- there are 3 different product type, where each product can only go through each one of the processor (ie. type 1 go through processor A only, type 2 go through processor B only and type 3 go through processor C only).
Would appreciate all the help I can get. Thanks a lot! :)