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

View file

@ -24,8 +24,7 @@
namespace spot
{
bool
is_guarantee_automaton(const const_twa_graph_ptr& aut,
scc_info* si)
is_terminal_automaton(const const_twa_graph_ptr& aut, scc_info* si)
{
if (aut->prop_terminal())
return true;