CPN Tools is a tool for editing, simulating, and analyzing Colored Petri nets.
New Features in Version 3.0:
New simulator which is up to twice as fast for both automatic simulation and state space generation
Support for prioritized transitions
Support for real time
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)
What works
The graphical user interface works. After some tweaking it is possible to load, create, modify and safe petrinets and use the simulation functions.
The steps required to get CPN Tools working are:
During the installation, also install the linux simulation server.
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
Using Monitors
by Bauke on Wednesday March 16th 2011, 10:12
Monitors don't work out-of-the-box. One issue is that the output-path must be set to an existing unix-path, as it is the simulator that will create the file.
Second, there seems to be a bug in CPN Tools ( svn.win.tue.nl/trac/cpntools/ticket/21 ) that requires the model-path to be available on the simulator host. To work around this bug, run:
sudo mkdir /cygdrive
sudo ln -s / /cygdrive/Z
This should work as long as your model file isn't under your '.wine' directory.