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
Introduce a new CEvent that triggers the entire simulation to stop. Add a Coordinator message to add such an event.
This can allow a time limit in the simulations. A possible scenario is a "steady state" type of simulation where we spawn new simulations with a given "arrival rate" and stop after a certain period of time has passed.
Introduce a new
CEvent
that triggers the entire simulation to stop. Add aCoordinator
message to add such an event.This can allow a time limit in the simulations. A possible scenario is a "steady state" type of simulation where we spawn new simulations with a given "arrival rate" and stop after a certain period of time has passed.
This depends on #28.
The text was updated successfully, but these errors were encountered: