ltl2ba

Translate LTL formulae to Buchi automata for model checking

brewmacoslinux
Try with needOr install directly
Source

About

Translate LTL formulae to Buchi automata

Commands

ltl2ba

Examples

Convert a simple LTL formula to Buchi automaton$ ltl2ba -f "F(p)" -o
Generate automaton in Never Claim format for SPIN model checker$ ltl2ba -f "G(p -> F(q))" -o
Translate LTL formula with negation and temporal operators$ ltl2ba -f "!(p U q)" -o