You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requested by several users, so I pull it out from the TODO list. In particular, they are interested in the following:
Let me explain the term Rollercoaster-process. The resource (in this case the rollercoaster) has a limited number of places (let's assume 10 here ) and a ride on the rollercoaster is lasting 5 minutes. So when the rollercoaster arrives for picking up new people and the queue is larger than 10, the queue is reduced with 10 people. If the rollercoaster arrives and the queue is less than 10 people (let's assume 8), the rollercoaster picks up these 8 persons and the queue is set to 0.
The text was updated successfully, but these errors were encountered:
Requested by several users, so I pull it out from the TODO list. In particular, they are interested in the following:
The text was updated successfully, but these errors were encountered: