Projects



Changes between Version 9 and Version 10 of ccpn


Ignore:
Timestamp:
02/02/19 23:43:35 (6 years ago)
Author:
9simon
Comment:

Bigger headings

Legend:

Unmodified
Added
Removed
Modified
  • ccpn

    v9 v10  
    1 == CCPN: Curry Coloured Petri Nets ==
     1= CCPN: Curry Coloured Petri Nets =
    22
    33The Curry-coloured Petri net formalism and its tool set provide the possibilities
     
    1212Here we provide a download for reviewers:  [http://www.informatik.uni-hamburg.de/TGI/moldt/renew2.6devbase.zip renew2.6devbase.zip]
    1313
    14 === Prerequisites ===
     14== Prerequisites ==
    1515
    1616- Java Runtime Environment in Version 9 or later
    1717- Git
    1818
    19 === Installation ===
     19== Installation ==
    2020
    2121The CCPN tool set requires two components, Renew with the `CurryCPN` and the `RefNetReachabilityGraph` and the `ccpn` binary.
    2222
    23 ==== Renew ====
     23=== Renew ===
    2424
    2525This 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`.
    2626
    27 ==== ccpn ====
     27=== CCPN ===
    2828
    2929The `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.
     
    3636}}}
    3737
    38 === Running the application ===
     38== Running the application ==
    3939
    4040To start Renew with the CurryCPN plugin use the generated `loadrenew` script in `bin/unix` or`bin/win`.
    4141
    42 === References for CCPN ===
     42== References for CCPN ==
    4343
    4444 - 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.