Add a notebook illustrating decompose_strength()

* wrap/python/tests/decompose.ipynb: New file.
* wrap/python/tests/Makefile.am: Add it.
* src/twaalgos/strength.cc: Fix corner cases.
* src/tests/strength.test: Adjust corner case.
* NEWS, doc/org/tut.org: Mention the notebook.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-08 21:37:47 +01:00
parent a7db0b5435
commit 104a372c41
6 changed files with 4839 additions and 21 deletions

2
NEWS
View file

@ -6,6 +6,8 @@ New in spot 1.99.5a (not yet released)
* autfilt has a new transformation: --decompose-strength,
implementing the decomposition of our TACAS'13 paper.
A demonstration of this feature via the Python bindings
can be found at https://spot.lrde.epita.fr/ipynb/decompose.html
* All tools that output HOA files accept a --check=strength option
to request automata to be marked as "weak" or "terminal" as