dot: support 'u'

* spot/twaalgos/dot.cc: Implement it.
* bin/common_aoutput.cc, NEWS: Mention it.
* tests/python/alternation.ipynb: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-11 14:50:14 +02:00
parent 13c227a099
commit 60898b6d22
4 changed files with 3296 additions and 1639 deletions

4
NEWS
View file

@ -26,6 +26,10 @@ New in spot 2.5.3.dev (not yet released)
tooltip in SVG figures when the mouse is over the acceptance
condition.
- print_dot() has a new option "u" to hide "true states" behind
"exiting transitions". This can be used to display alternating
automata in a way many people expect.
- cleanup_parity() and cleanup_parity_here() are smarter and now
remove from the acceptance condition the parity colors that are
not used in the automaton.