mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
10 lines
466 B
Plaintext
10 lines
466 B
Plaintext
SimPy is a process-based discrete-event simulation language based on
|
|
standard Python and released under the GNU LGPL.
|
|
|
|
It provides the modeller with components of a simulation model. These
|
|
include processes, for active components like customers, messages, and
|
|
vehicles, and resources, for passive components that form limited
|
|
capacity congestion points like servers, checkout counters, and
|
|
tunnels. It also provides monitor variables to aid in gathering
|
|
statistics.
|