python: some bindings for translating formulas and diplaying automata
* wrap/python/spot.py: Introduce spot.translate (and spot.formula.translate) as well, as a wrapper around the spot.translator class. Also implement spot.tgba.show() to allow passing argument to dotty_reachable() before the result is converted to SVG. * wrap/python/tests/automata.ipynb: New test file. * wrap/python/tests/Makefile.am: Add it.
This commit is contained in:
parent
d05404a61e
commit
3c38780d50
3 changed files with 917 additions and 5 deletions
|
|
@ -32,6 +32,7 @@ check_SCRIPTS = run
|
|||
|
||||
TESTS = \
|
||||
alarm.py \
|
||||
automata.ipynb \
|
||||
bddnqueen.py \
|
||||
formulas.ipynb \
|
||||
implies.py \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue