Simulation Collection: Reference Manual
PLT Scheme Simulation Collection
Reference Manual
Edition 3.1
November 2008
M. Douglas Williams <m dot douglas dot williams at gmail dot com>
The PLT Scheme Simulation Collection implements a combined discrete and continuous event simulation engine for developing simulation models in PLT Scheme. The simulation engine:
Provides a process-based, discrete event simulation engine
Supports combined discrete and continuous simulation models
Provides automatic data collection
Is designed to facilitate construction of component-based simulation models
The source code is distributed with the simulation collection and licensed under the GNU Lesser General Public License, Version 2.1 [LGPL].
All of the functionality defined in this manual is exported by the simulation collection and accessed using one of the following forms, depending on whether or not the graphics routines are needed:
(require (planet williams/simulation/simulation-with-graphics)) |
(require (planet williams/simulation/simulation)) |
© 2003-2008, M. Douglas Williams
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".