Week 6: Discrete Event Simulation (DES) ---------------------------------------------------------------------------- This week, we studied discrete event simulation: - definition of a simulation - definition of a discrete event simulation We reviewed an application of DES to the simulation of a bank, with customers and tellers. We defined the events taken into account in this simulation, the necessary data structures. We went over the whole process: algorithms to deal with the data depending on the kind of event to be processed (customer arriving, teller becoming available).