Fix a bug in scc_info, and clarify documentation
* spot/twaalgos/sccinfo.hh, spot/twaalgos/sccinfo.cc: Implement it * tests/python/sccinfo.py: Test it * NEWS: Document the fix
This commit is contained in:
parent
cdfe78f178
commit
f45112a235
4 changed files with 69 additions and 26 deletions
5
NEWS
5
NEWS
|
|
@ -1,9 +1,10 @@
|
|||
New in spot 2.4.0.dev (not yet released)
|
||||
|
||||
Nothing yet.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- spot::scc_info::determine_unknown_acceptance() incorrectly
|
||||
considered some rejecting SCC as accepting.
|
||||
|
||||
- The twa_graph::mege_edges() function relied on BDD IDs to sort
|
||||
edges. This in turn caused some algorithm (like the
|
||||
degeneralization) to produce slighltly different outputs (but
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue