ltl2tgba: apply -R3 before -D or -DS.

* src/tgbatest/ltl2tgba.cc (main): Call scc_filter() before the
degeneralization, because it might remove useless acceptance
conditions.  I realized this while looking at experiments from
Rdiger Ehlers.
This commit is contained in:
Alexandre Duret-Lutz 2010-03-03 08:40:21 +01:00
parent 2598f794d8
commit efb15a9171
3 changed files with 21 additions and 10 deletions

View file

@ -1,3 +1,12 @@
2010-03-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
ltl2tgba: apply -R3 before -D or -DS.
* src/tgbatest/ltl2tgba.cc (main): Call scc_filter() before the
degeneralization, because it might remove useless acceptance
conditions. I realized this while looking at experiments from
Rüdiger Ehlers.
2010-02-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/sanity/style.test: Better fix for the previous error.