Differences between revisions 5 and 10 (spanning 5 versions)
Revision 5 as of 2008-11-25 21:53:34
Size: 747
Editor: 252
Comment:
Revision 10 as of 2014-04-17 06:17:13
Size: 577
Comment: update link
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
SimPy is a process-based discrete-event simulation language based on
standard [[Python]] and released under the GNU LGPL.
SimPy is a process-based discrete-event simulation language based on standard [[Python]] and released under the GNU LGPL.
Line 4: Line 3:
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.
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.
Line 7: Line 5:
The current version is 1.9.1 .

More information can be obtained from the SimPy [[http://simpy.sourceforge.net/index.html|Homepage]].

There is also a [[http://www.mcs.vuw.ac.nz/cgi-bin/wiki/SimPy|SimPy Wiki]] where developers and users discuss SimPy.
More information can be obtained from the SimPy Homepage: http://simpy.readthedocs.org/

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.

More information can be obtained from the SimPy Homepage: http://simpy.readthedocs.org/

SimPy (last edited 2014-04-17 06:17:13 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.