spot

Platform for LTL and ω-automata manipulation and verification

brewmacoslinux
Try with needOr install directly
Source

About

Platform for LTL and ω-automata manipulation

Commands

spot

Examples

Convert LTL formula to automaton and display statistics$ spot ltl2tgba 'GF a'
Check equivalence between two LTL formulas$ spot ltlequiv 'GF a' 'F(a & XGF a)'
Generate automaton from LTL and output in GraphViz format$ spot ltl2tgba -H 'GF(a U b)' > output.dot && dot -Tpng output.dot -o output.png