fix degeneralize_tba after accepting transition

* spot/twaalgos/degen.cc (degeneralize_tba): Here.
* tests/python/pdegen.py, tests/python/simstate.py: Adjust expected
values.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2020-02-03 15:38:51 +01:00
parent f9e75de647
commit b733d486be
4 changed files with 14 additions and 5 deletions

7
NEWS
View file

@ -79,6 +79,13 @@ New in spot 2.8.5.dev (not yet released)
should be on each transition; propagate_marks_here() actually
modifies the automaton.
Bugs fixed:
- degeneralize_tba() was incorrectly not honnoring the "skip_level"
optimization after creating an accepting transition; as a
consequence, some correct output could be larger than necessary
(but still correct).
New in spot 2.8.5 (2020-01-04)
Bugs fixed: