* src/tgbaalgos/minimize.cc (minimize): Use the Loeding algorithm

to label transient states.
This commit is contained in:
Alexandre Duret-Lutz 2011-01-05 12:34:37 +01:00
parent 358d4bfdf2
commit f06fc8ac77
2 changed files with 41 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2011-01-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/minimize.cc (minimize): Use the Loeding algorithm
to label transient states.
2011-01-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Rewrite the check of WDBA state acceptance in minimize().