Skip to content

Add support for Petrinets

Latest
Compare
Choose a tag to compare
@andrevidela andrevidela released this 23 Jun 18:04

This release adds support for verifying petri net executions. Instead of providing a description for a Finite State Machine. We give it a petri net with an initial state and and execution tree. And the oracle will tell you if there exist a valid morphism between your inital state and your final state.

  • Add --petri or -p options to the command line for petrinet executions,
  • You can still use --fsm for finite state machines.