Changes between Version 9 and Version 10 of ccpn
- Timestamp:
- 02/02/19 23:43:35 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ccpn
v9 v10 1 = = CCPN: Curry Coloured Petri Nets ==1 = CCPN: Curry Coloured Petri Nets = 2 2 3 3 The Curry-coloured Petri net formalism and its tool set provide the possibilities … … 12 12 Here we provide a download for reviewers: [http://www.informatik.uni-hamburg.de/TGI/moldt/renew2.6devbase.zip renew2.6devbase.zip] 13 13 14 == = Prerequisites ===14 == Prerequisites == 15 15 16 16 - Java Runtime Environment in Version 9 or later 17 17 - Git 18 18 19 == = Installation ===19 == Installation == 20 20 21 21 The CCPN tool set requires two components, Renew with the `CurryCPN` and the `RefNetReachabilityGraph` and the `ccpn` binary. 22 22 23 === = Renew ====23 === Renew === 24 24 25 25 This package contains a precompiled version of Renew and the required plugins. To generate the startup scripts for Renew run the `installrenew`/`installrenew.bat` script in `bin/unix` or`bin/win`. 26 26 27 === = ccpn ====27 === CCPN === 28 28 29 29 The `ccpn` binary has to be compiled manually. The setup script requires Git to check out the ccpn tool and its dependencies. The script uses the Haskell tool [https://haskellstack.org Stack) to download and compile all required dependencies. Stack is automatically installed if it is not already available. … … 36 36 }}} 37 37 38 == = Running the application ===38 == Running the application == 39 39 40 40 To start Renew with the CurryCPN plugin use the generated `loadrenew` script in `bin/unix` or`bin/win`. 41 41 42 == = References for CCPN ===42 == References for CCPN == 43 43 44 44 - Michael Simon. Curry-Coloured Petri Nets: A concurrent simulator for Petri nets with purely functional logic program inscriptions. Master thesis, University of Hamburg, Department of Informatics, Vogt-Kölln Str. 30, D-22527 Hamburg, April 2018.