Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 863 Bytes

TODO.md

File metadata and controls

25 lines (20 loc) · 863 Bytes

WIP

library capable of loading petri-nets created by https://github.com/sarahtattersall/PIPE adding support for formal validation / simulation

BACKLOG

COMPLETE

  • build library for reading & writing elementary petri-nets
  • add test simulation to check for boundedness in tic-tac-toe
  • add better testing using example xml files
  • import pnml as a vector state machine

ICEBOX

  • add random walk simulation to check for boundedness on large models
  • extend to support inhibitor arcs and other petri-net enhancements
  • add code generator to allow state machines to be generated from pnml and made available as golang modules