python: render the M&P hierarchy in SVG
* python/spot/__init__.py (show_mp_hierarchy, mp_hierarchy_svg): New functions. * tests/python/formulas.ipynb: Illustrate show_mp_hierarchy. * python/ajax/spotcgi.in: Use mp_hierarchy_svg. * python/ajax/css/trans.css: Adjust for possible overflows. * NEWS: Mention this new feature.
This commit is contained in:
parent
0e2ab5de53
commit
ff4c4a7231
5 changed files with 156 additions and 18 deletions
9
NEWS
9
NEWS
|
|
@ -144,6 +144,15 @@ New in spot 2.2.2.dev (Not yet released)
|
|||
* The new function mp_class(f) returns the class of the formula
|
||||
f in the temporal hierarchy of Manna & Pnueli.
|
||||
|
||||
Python:
|
||||
|
||||
* spot.show_mp_hierarchy() can be used to display the membership of
|
||||
a formula to the Manna & Pnueli hierarchy, in notebooks. An
|
||||
example is in https://spot.lrde.epita.fr/ipynb/formulas.html
|
||||
|
||||
* The on-line translator will now display the temporal hierarchy
|
||||
in the "Formula > property information" output.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
* The minimize_wdba() function was not correctly minimizing automata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue