Skip to content

A tool for symulating discrete-event systems using Petri nets.

License

Notifications You must be signed in to change notification settings

larics/Petri.Net

Repository files navigation

Petri.NET

A Petri Net simulator with a Python (and C#) scripting capability

This software use following additional libraries:

To compile version that target NET 2.0 and IronPython 2.6 you'll need to load "Petri .NET Simulator.sln" into Visual Studio 2005 (or compatible C# compiler) and start "Build".

To compile version that target NET 4.0 and IronPython 2.7 you'll need to load "Petri .NET Simulator-vs2010.sln" into Visual Studio 2010 (or compatible C# compiler) and start "Build".

To compile both versions you'll also need to download Libs.zip and unpack it under Libs directory. This zip file contains previously described assemblies that we need to compile and run simulator.