autfilt: Better display of cluster when universal edge loops in it

Fixes #208

* NEWS: Informations about the modifications
* spot/twaalgos/dot.cc (print): Gestion of cluster for
universal transitions
* tests/core/alternating.test: tests added
* tests/core/neverclaimread.test: tests changed for
new dot format
* tests/core/readsave.test: tests changed
* tests/core/sccdot.test: tests changed
* tests/python/_altscc.ipynb: tests changed
* tests/python/decompose.ipynb: tests changed
This commit is contained in:
Arthur Remaud 2017-02-04 17:16:09 +01:00 committed by Arthur Remaud
parent 34859568cd
commit f7bbfd2812
8 changed files with 1099 additions and 971 deletions

4
NEWS
View file

@ -41,6 +41,10 @@ New in spot 2.3.0.dev (not yet released)
caused any user-defined CPPFLAGS to be ignored while building
Spot.
- The display of clusters with universal edges was confused, because the
intermediate node was not in the cluster even if one of the target was
in the same one.
New in spot 2.3 (2017-01-19)
Build: