minimize_wdba() failed to fully minimize some automata.
* src/tgbaalgos/minimize.cc (minimize_wdba): Fix the Löding algorithm to use colors. The previous implementation was an incorrect approximation. * src/tgbatest/wdba2.test: New file showing two equivalent formulas that were minimized in automata with different sizes. * src/tgbatest/Makefile.am: Add it.
This commit is contained in:
parent
2952daf0ba
commit
a5787937ef
5 changed files with 103 additions and 50 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -1,3 +1,14 @@
|
|||
2012-01-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
minimize_wdba() failed to fully minimize some automata.
|
||||
|
||||
* src/tgbaalgos/minimize.cc (minimize_wdba): Fix the Löding
|
||||
algorithm to use colors. The previous implementation was an
|
||||
incorrect approximation.
|
||||
* src/tgbatest/wdba2.test: New file showing two equivalent
|
||||
formulas that were minimized in automata with different sizes.
|
||||
* src/tgbatest/Makefile.am: Add it.
|
||||
|
||||
2012-01-13 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* NEWS: Update with recent fixes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue