Skip to content

A tool to convert formulae of Linear Temporal Logic on Process Trace into Finite-state Automata

Notifications You must be signed in to change notification settings

fracchiariello/LTLp2DFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTLp2DFA

A tool to convert formulae of Linear Temporal Logic on Process Trace into Finite-State Automata

Links

Install

sudo apt-get install graphviz
pip3 install flloat

Run

  • Example:
python LTLp2DFA.py 'G(a -> F(b))'

Output

  • The program:
    • prints in the terminal the (transition function of the) automaton,
    • creates a DOT file,
    • visualizes it in the DFA.svg file.
  • The automaton of the example is:

About

A tool to convert formulae of Linear Temporal Logic on Process Trace into Finite-state Automata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published