Discrete-event simulation: Difference between revisions

Content deleted Content added
Tag: section blanking
Line 53:
 
The main loop of a discrete-event simulation is something like this:
 
===Start===
* Initialize Ending Condition to false.
* Initialize system state variables.
* Initialize Clock (usually starts at simulation time zero).
* Schedule an initial event (i.e., put some initial event into the Events List).
 
=== “Do loop” or “while loop”===