scc_info: fix split_on_sets

* spot/twaalgos/sccinfo.cc (split_on_sets): Correctly register APs.
* tests/python/sccsplit.py: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2018-07-26 14:04:52 +02:00
parent 2d8292c02e
commit b2e51545f9
4 changed files with 37 additions and 0 deletions

5
NEWS
View file

@ -5,6 +5,11 @@ New in spot 2.6.0.dev (not yet released)
- "ltlfilt --suspendable" is now a synonym for
"ltlfilt --universal --eventual".
Bugs fixed:
- scc_info::split_on_sets() did not correctly register the
atomic propositions of the returned automata.
New in spot 2.6 (2018-07-04)
Command-line tools: