rename tgba_run as twa_run

Fixes #122.

* src/twaalgos/word.cc, src/twaalgos/word.hh: Here.
* src/bin/ltlcross.cc, src/bin/common_aoutput.hh: Adjust.
* NEWS: Mention the renaming.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-11 12:45:59 +01:00
parent d14f0998e0
commit 5a7abe8582
5 changed files with 25 additions and 29 deletions

1
NEWS
View file

@ -50,6 +50,7 @@ New in spot 1.99.5a (not yet released)
* Renamings:
is_guarantee_automaton() -> is_terminal_automaton()
tgba_run -> twa_run
Python:
* Add bindings for is_unambiguous().