print_dot: improve the rendering of Mealy machines
* spot/twaalgos/dot.cc (print_dot): Add some detection of Mealy machines, and some code to render its I/O in a <table>. * tests/python/synthesis.ipynb: Adjust expected output. * tests/python/_mealy.ipynb: New file. * tests/Makefile.am: Add python/_mealy.ipynb. * NEWS: Mention the new feature.
This commit is contained in:
parent
09b361712d
commit
753d572e4d
5 changed files with 1154 additions and 348 deletions
|
|
@ -413,6 +413,7 @@ TESTS_python = \
|
|||
python/ltlparse.py \
|
||||
python/ltlsimple.py \
|
||||
python/mealy.py \
|
||||
python/_mealy.ipynb \
|
||||
python/merge.py \
|
||||
python/mergedge.py \
|
||||
python/minato.py \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue