ltlcross: add --automata option

* src/bin/ltlcross.cc: Implement it.
* src/tests/ltlcross3.test: Use it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-05-25 16:51:30 +02:00
parent 5d7f4464ea
commit ae0f0d5fc2
3 changed files with 42 additions and 7 deletions

4
NEWS
View file

@ -99,6 +99,10 @@ New in spot 1.99b (not yet released)
ignore translator returning non-zero exist status instead of
returning an error.
- ltlcross has a new option --automata to save the produced
automata into the CSV or JSON file. Those automata are saved
into the HOA format.
- "ltlfilt --stutter-invariant" will now work with PSL formulas.
The implementation is actually much more efficient
than our previous implementation that was only for LTL.