How can we model parallel processes that compete for limited resources?
This small example model shows two parallel processes with two process steps each. If the second step of the second process can afford to spare resources they will be available for the first process, too.
The challenge is that all processes would look at the same time how many resource are available for them and hence would take them. If we define a priorisation of process steps it is fairly simple to define how many resources one process leaves to the next in order of priorities.
https://www.imodeler.info/ro?key=AgJ9hk ... _tlYLxIuuw