Add a genaut binary.

Similarly to genltl that generates LTL formulas for various classes that
appear in the literature, genaut generates automata.

* NEWS: Mention the modification.
* bin/Makefile.am: Build the new binary.
* bin/genaut.cc: The new binary itself.
This commit is contained in:
Maximilien Colange 2017-04-20 18:25:49 +02:00
parent d90e38eb2a
commit 3c0aecf4e6
3 changed files with 208 additions and 1 deletions

5
NEWS
View file

@ -8,6 +8,11 @@ New in spot 2.3.3.dev (not yet released)
- In autfilt, the option --dualize is now available to obtain the dual
of any automaton.
- Add a new binary: genaut. Similarly to genltl that produces LTL
formulas from the literature, this tool produces automata from
the literature. It currently features only one class of
automata.
Library:
- Add a new library libspotgen. It is intended to be place to gather