ltlcross: add support for alternating automata

* bin/ltlcross.cc: Add an alternation-removal pass, and
adjust CSV output.
* doc/org/ltlcross.org: Update.
* tests/core/ltl3dra.test, tests/core/ltl3ba.test: Add more tests.
* tests/Makefile.am: Add tests/core/ltl3ba.test.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2016-12-23 15:27:39 +01:00
parent 543e0db9a0
commit 87c9d6f039
6 changed files with 205 additions and 51 deletions

5
NEWS
View file

@ -1,5 +1,10 @@
New in spot 2.2.2.dev (Not yet released)
Tools:
* ltlcross supports translators that output weak alternating
automata in the HOA format (not necessarily *very* weak).
Library:
* A twa is required to have at least one state, the initial state.