Prioritise Resource Pool Usage

1 view (last 30 days)
Rita Ang
Rita Ang on 19 Mar 2019
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.

Answers (0)

Categories

Find more on Discrete-Event Simulation in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!