sccinfo: adjust to work with alternating automata
* spot/twaalgos/sccinfo.cc: Consider universal edges as if they were existential edges. * spot/twaalgos/sccinfo.hh: Document that. * spot/twaalgos/dot.cc: Allow option 's' again, for easy testing. * tests/core/alternating.test: Adjust tests. * tests/python/_altscc.ipynb: New file (more tests). * tests/Makefile.am: Add it.
This commit is contained in:
parent
d2f471da06
commit
a4ce999402
6 changed files with 851 additions and 167 deletions
|
|
@ -323,6 +323,7 @@ TESTS_ipython = \
|
|||
# with a _.
|
||||
TESTS_python = \
|
||||
python/_aux.ipynb \
|
||||
python/_altscc.ipynb \
|
||||
python/accparse2.py \
|
||||
python/alarm.py \
|
||||
python/alternating.py \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue