Fix previous patch.

* src/tgbaalgos/scc.cc (scc_map::update_supp_rec): Also take the
label of the outgoing edges into account.
This commit is contained in:
Alexandre Duret-Lutz 2009-09-28 15:29:31 +02:00
parent fd0de04d24
commit 1208365b8c
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2009-09-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix previous patch.
* src/tgbaalgos/scc.cc (scc_map::update_supp_rec): Also take the
label of the outgoing edges into account.
2009-09-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Optimize previous patch.