Fix detection of the last iteration of minimize_dfa().
* src/tgbaalgos/minimize.cc (minimize_dfa): Fix detection of the last iteration. An extra iteration case could be missed in case where a split generates only singletons, and yet predecessor classes need to be refined.
This commit is contained in:
parent
984c715cc6
commit
0ca40d72d7
4 changed files with 16 additions and 2 deletions
4
NEWS
4
NEWS
|
|
@ -3,6 +3,10 @@ New in spot 0.8.1a:
|
|||
* Bug fixes:
|
||||
- spot::ltl::length() forgot to count the '&' and '|' operators
|
||||
in an LTL formula.
|
||||
- minimize_dfa() could produce incorrect automata, but it's not
|
||||
clear whether this could have had an inpact on WDBA minimization
|
||||
(the worse case is that some TGBA would not have been minimized
|
||||
when they could).
|
||||
|
||||
New in spot 0.8.1:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue