Make Couvreur/FM the default translation.

* src/tgbatest/ltl2tgba.cc (syntax, main): Do it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-30 11:20:27 +01:00
parent 369e4c419b
commit 55b693e123
4 changed files with 15 additions and 7 deletions

2
NEWS
View file

@ -33,7 +33,7 @@ New in spot 0.5 (2010-01-31):
step will produce a generalized automaton in the end.
* ltl2tgba has gained several options and the help text has been
reorganized. Please run src/tgbatest/ltl2tgba without arguments
for details.
for details. Couvreur/FM is now the default translation.
* Automata using BDD-encoded transitions relation can now be pruned
for useless states symbolically using the delete_unaccepting_scc()
function. This is ltl2tgba's -R3b option.