Compute more statistics about SCCs.
This commit is contained in:
parent
b2f7c2d76d
commit
7998fff056
3 changed files with 95 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
|||
2008-12-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Compute more statistics about SCCs.
|
||||
|
||||
* src/tgbaalgos/scc.hh (scc_stats): Add new attributes:
|
||||
acc_scc, dead_scc, acc_paths, dead_paths.
|
||||
* src/tgbaalgos/scc.hh (scc_stats::dump): Display them.
|
||||
(build_scc_stats): Compute them.
|
||||
(scc_recurse_data, scc_recurse): New helper structure and function.
|
||||
|
||||
2008-12-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix tracking of SCCs on the search stack.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue