Pre-loading specific machines with differently sized queues with simmer package

28 views Asked by At

I have a relatively complex simmer simulation in which I want to start with a queue pre-loaded. I know you can preload a queue by simply adding a generator at t=0, but as far as I understand that will start every pre-loaded job from the first machine in the process. I would like to have it where I can specify the size of the queue at each machine prior to starting the simulation (imagine a 5 step manufacturing process where there are already 2 jobs waiting at machine 2, but 5 jobs waiting at machine 3 left over from the previous day).

I have already defined a trajectory (called manu_traj) with the necessary steps and an environment (called plant) with the necessary resources.

Is there any way to do this? Any help would be much appreciated!

0

There are 0 answers