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:
parent
75b5449ac3
commit
5c1d9c492c
5 changed files with 726 additions and 17 deletions
5
NEWS
5
NEWS
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue