* src/tgba/tgbabddcoredata.cc (delete_unaccepting_scc): Fix a bug.

* src/tgbatest/spotlbtt.test: Use the above function with LaCIM
for ELTL which greatly reduce the size of the automata!
This commit is contained in:
Damien Lefortier 2009-12-18 12:19:07 +01:00
parent 2a94402e82
commit 1aa10e1395
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2009-11-10 Damien Lefortier <dam@lrde.epita.fr>
* src/tgba/tgbabddcoredata.cc (delete_unaccepting_scc): Fix a bug.
* src/tgbatest/spotlbtt.test: Use the above function with LaCIM
for ELTL which greatly reduce the size of the automata!
2009-12-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/timer.hh (timer::timer): Initialize running...