Fix assertion in scc.cc

This commit is contained in:
Alexandre Duret-Lutz 2009-05-28 11:45:16 +02:00
parent 6142441f01
commit cbfdcca1f9
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2009-05-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/scc.cc (scc_map::relabel_component): Make sure
that the old label of each state is strictly positive. The
previous assertion (inherited from gtec) of "!= -1" is wrong,
because all negative values are now used to number SCCs.
2009-05-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgba.hh (format_state): s/automata who/automata that/.