* src/tgbatest/scc.test: New file.

* src/tgbatest/Makefile.am: Adjust.
* src/tgbaalgos/scc.hh: More documentation.
* src/tgbaalgos/scc.cc (scc_recurse): Fix computation of
acc_paths and dead_paths.  Prevent recursions in states that
have already been visited.
This commit is contained in:
Alexandre Duret-Lutz 2009-06-02 15:47:01 +02:00
parent 642c2b1a71
commit a2b6bef003
5 changed files with 120 additions and 15 deletions

View file

@ -1,3 +1,12 @@
2009-06-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/scc.test: New file.
* src/tgbatest/Makefile.am: Adjust.
* src/tgbaalgos/scc.hh: More documentation.
* src/tgbaalgos/scc.cc (scc_recurse): Fix computation of
acc_paths and dead_paths. Prevent recursions in states that
have already been visited.
2009-05-31 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Lift the SCC computation off future_condition_collectors, into