Fix a segfault in WDBA minimization.
* src/tgbaalgos/minimize.cc (build_result, minimize_dfa, minimize_wdba): Correctly handle (i.e. ignore) useless states. * src/tgbatest/ltl2tgba.test: Add two more tests.
This commit is contained in:
parent
97df5b4285
commit
c019a44c49
3 changed files with 38 additions and 7 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2011-02-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix a segfault in WDBA minimization.
|
||||
|
||||
* src/tgbaalgos/minimize.cc (build_result, minimize_dfa,
|
||||
minimize_wdba): Correctly handle (i.e. ignore) useless states.
|
||||
* src/tgbatest/ltl2tgba.test: Add two more tests.
|
||||
|
||||
2011-02-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix call to scc_filter in the CGI script.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue