Download List

Descripción del Proyecto

SimPy is a discrete event, object-oriented, simulation
package for Python 2.3 and later. It uses generators
which support efficient implementation of coroutines. It
allows easy interfacing to GUIs and graphing packages
for analysis. Tutorial and examples are included.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-01-29 09:45 Back to release list
1.9

Esto es un lanzamiento importante con un mejor rendimiento, algunos cambios de la API, documentación mejorada, y corrección de errores. Es totalmente compatible con versiones anteriores. El manejo de la lista de eventos se ha modificado para proporcionar tiempos de ejecución más corto para los modelos más grandes (con miles de modelos de procesos) y los modelos con muchas interrupciones o cancelaciones de procesos. La lista de eventos ya no se basa en un diccionario. El manual ha sido editado y se les dio más fácil de leer de diseño. El BANK2 tutorial se ha ampliado.
Tags: Minor feature enhancements
This is a major release with better performance, a few API changes, improved documentation, and bugfixes. It is fully backwards compatible with previous versions. The handling of the event list has been changed to provide significantly shorter runtimes for larger models (models with thousands of processes) and models with many interrupts or process cancellations. The event list is no longer based on a dictionary. The manual has been edited and given an easier-to-read layout. The Bank2 tutorial has been extended.

Project Resources