Prioritise Resource Pool Usage
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have multiple events which draw from the same resource pool in Simevents.
e.g. Start --Acquire--Event 1--Release--Acquire--Event 2--Release--Acquire--Event 3--Release-- End
How do I prioritise the usage of resources in the resource pool such that Event 3 will always be executed first?
In my model, I have 2 resources and 3 events, so I encounter an error where resources are always acquired by the first 2 events and the last event is never proceeded and a queue occurs before event 3.
Thanks.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Discrete-Event Simulation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!