gen: introduce a new automaton family

* spot/gen/automata.cc, spot/gen/automata.hh: Define AUT_L_NBA.
* bin/genaut.cc (--l-nba): New option.
* bin/man/genaut.x, doc/org/genaut.org, NEWS: Document it.
* tests/python/gen.py, tests/core/genaut.test: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2017-04-27 22:19:21 +02:00
parent 649793df75
commit ec51f976f8
8 changed files with 106 additions and 18 deletions

2
NEWS
View file

@ -13,7 +13,7 @@ New in spot 2.3.3.dev (not yet released)
- genaut is a binary to produce families of automata defined in the
literature (in the same way as we have genltl for LTL formulas).
It currently features only one class of automata.
It currently features only two classes of automata.
Library: