sat: rename dtgbasat as dtwasat

* src/twaalgos/dtgbasat.cc, src/twaalgos/dtgbasat.hh: Rename as...
* src/twaalgos/dtwasat.cc, src/twaalgos/dtwasat.hh: ... these.
* src/bin/autfilt.cc, src/tests/ikwiad.cc, src/twaalgos/Makefile.am,
src/twaalgos/postproc.cc, wrap/python/spot_impl.i: Adjust.
* NEWS: Mention the renamings.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-24 05:27:03 +01:00
parent 6237bf4cd6
commit a5ca9dbc43
8 changed files with 82 additions and 82 deletions

2
NEWS
View file

@ -63,6 +63,8 @@ New in spot 1.99.5a (not yet released)
* Renamings:
is_guarantee_automaton() -> is_terminal_automaton()
tgba_run -> twa_run
dtgba_sat_synthetize() -> dtwa_sat_synthetize()
dtgba_sat_synthetize_dichotomy() -> dtwa_sat_synthetize_dichotomy()
Python:
* Add bindings for is_unambiguous().