tra_to_tba: remove more useless edges

* spot/twaalgos/remfin.cc (tra_to_tba): Implement the same
optimization has in the generic remove_fin transformation.
* tests/python/tra2tba.py: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2020-07-24 16:24:28 +02:00
parent 567a5439c5
commit 05e6e08859
3 changed files with 18 additions and 13 deletions

3
NEWS
View file

@ -49,7 +49,8 @@ New in spot 2.9.3.dev (not yet released)
used to take ages are now instantaneous. (See issue #412.)
- remove_fin() learned to remove more unnecessary edges by using
propagate_marks_vector().
propagate_marks_vector(), both in the general case and in the
Rabin-like case.
Bugs fixed: