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:
Ala-Eddine Ben-Salem 2012-01-05 19:16:44 +01:00 committed by Alexandre Duret-Lutz
parent 984c715cc6
commit 0ca40d72d7
4 changed files with 16 additions and 2 deletions

4
NEWS
View file

@ -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: