rename is_guarantee_automaton() as is_terminal_automaton()

* src/twaalgos/safety.hh, src/twaalgos/safety.cc: Here.
* src/bin/ltlfilt.cc, src/tests/ikwiad.cc, src/twaalgos/minimize.cc,
wrap/python/ajax/spotcgi.in: Adjust.
* NEWS: Mention the change.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-07 14:05:01 +01:00
parent 0c5f87b442
commit 8a8ec21de7
7 changed files with 16 additions and 28 deletions

3
NEWS
View file

@ -33,6 +33,9 @@ New in spot 1.99.5a (not yet released)
automata already tagged as "deterministic", and "inherently-weak"
or "weak" even for automata tagged "weak" or "terminal".
* Renamings:
is_guarantee_automaton() -> is_terminal_automaton()
Python:
* Add bindings for is_unambiguous().