* src/tgbaalgos/scc.cc (dump_scc_dot): Use a bit vector instead of

a map to track visited SCC since they are sequentially numbered.
This commit is contained in:
Alexandre Duret-Lutz 2009-05-28 16:22:41 +02:00
parent 15b3b9e07d
commit a375972f5c
2 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2009-05-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/scc.cc (dump_scc_dot): Use a bit vector instead of
a map to track visited SCC since they are sequentially numbered.
2009-05-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Number states using negative values and SCCs using nonnegative