dot: add option K

* spot/twaalgos/dot.cc: Here.
* NEWS, bin/common_aoutput.cc: Mention it.
* tests/python/ltsmin-pml.ipynb: Use it.
* tests/python/ipnbdoctest.py: Work around some graphviz
version differences.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-14 17:02:26 +02:00
parent 75b5449ac3
commit 5c1d9c492c
5 changed files with 726 additions and 17 deletions

5
NEWS
View file

@ -30,6 +30,11 @@ New in spot 2.5.3.dev (not yet released)
"exiting transitions". This can be used to display alternating
automata in a way many people expect.
- print_dot() has a new option "K" to cancel the effect of "k"
(which uses state labels whenever possible). This is most useful
when one want to force transition-labeling of a Kripke structure,
where "k" is usually the default.
- 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.