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
|
|
@ -1,3 +1,12 @@
|
|||
2012-01-05 Ala-Eddine Ben-Salem <ala@lrde.epita.fr>
|
||||
|
||||
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.
|
||||
|
||||
2012-01-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix computation of length of LTL formulas.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue