Serial Algorithm
time slicing
- incrementing time using a global clock by adding a certain amount to the clock value over time.
- provides the illusion of parallelism on a serial architecture-based computer.
-
event scheduling
- refers to a model execution approach where time is incremented through the interaction with a global event data structure.
- a global future event data structure controls the simulation, and individual block element submit events to occur to the data structure.