hbibel / LTL2Rabin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LTL2Rabin

This is LTL2Rabin, a tool written in Java that can generate a generalized deterministic Rabin automaton (GDRA) from an LTL formula. The algorithm is described in From LTL to Deterministic Automata: A Safraless Compositional Approach.

You can download the latest release from the release tab of this page. After you've downloaded it, you can run it with

java -jar LTL2Rabin.jar [options] [input]

Run

java -jar LTL2Rabin.jar -h

to see a description of the command line arguments.

To view the API documentation generated with javadocs, go here

About

License:Apache License 2.0


Languages

Language:Java 98.5%Language:HTML 0.8%Language:ANTLR 0.7%