* 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:
parent
642c2b1a71
commit
a2b6bef003
5 changed files with 120 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue