autfilt: add option (y) to --dot to split universal transitions

Fixes #207

* NEWS: Informations about the option 'y' for --dot added
* bin/common_aoutput.cc: Documentation for the option 'y'
for --dot added
* spot/twaalgos/dot.cc (print_dst, process_link): Functions
modified for the new option
* tests/core/alternating.test: Tests added
This commit is contained in:
Arthur Remaud 2017-02-02 15:18:32 +01:00
parent 5516209d8c
commit 34859568cd
4 changed files with 376 additions and 7 deletions

3
NEWS
View file

@ -9,6 +9,9 @@ New in spot 2.3.0.dev (not yet released)
- The colors used in the output of ltlcross have been adjusted to
work better with white backgrounds and black backgrounds.
- The option (y) has been added to --dot. It splits the universal
edges with the same targets but different colors.
Library:
- spot::twa_run::as_twa() has an option to preserve state names.