Fix assertion in scc.cc
This commit is contained in:
parent
6142441f01
commit
cbfdcca1f9
2 changed files with 9 additions and 2 deletions
|
|
@ -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/.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue