Prioritise Resource Pool Usage
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Discrete-Event Simulation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!