Prioritise Resource Pool Usage
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Discrete-Event Simulation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!