PetriPy

Create timed Petri nets in a simple way through place and transition nodes that execute actions defined by you.


Keywords
PETRI, NETWORK, TEMPORIZED
License
MIT
Install
pip install PetriPy==0.3.1

Documentation

Project logo

Status GitHub Issues GitHub Pull Requests License


Create timed Petri nets in a simple way through place and transition nodes that execute actions defined by you.

📝 Table of Contents

🧐 About

Module with all the logic of a Petri net. It contains classes that allow you to create the structure of a Petri net through nodes such as Place () and Transition (), bind actions to transitions, configure individual waiting times for each transition and useful functions to implement everything in the simplest way possible.

Prerequisites

You need numpy to run it.

pip install numpy

Installing

pip install PetriPy

🎈 Usage

To do.

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References