Simpy Introduction
- SimPy es una libreria de simulación de eventos discretos
- The behavior of active components (like vehicles, customers or messages) is modeled with processes.
- All processes live in an environment.
- They interact with the environment and with each other via events.
An important event type is the Timeout
.