dot: add option "k"

Fixes #134.

* spot/twaalgos/dot.cc: Implement it.
* bin/common_aoutput.cc, spot/twaalgos/dot.hh, NEWS: Document it.
* tests/core/readsave.test, tests/python/ltsmin.ipynb: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-01 08:36:59 +01:00
parent 5a5f83f468
commit a9b4560f3d
6 changed files with 528 additions and 451 deletions

4
NEWS
View file

@ -19,6 +19,10 @@ New in spot 1.99.7a (not yet released)
with
ltl2tgba -D 'Ga | Gb | Gc' -d
* print_dot() now has option "k" to use state-based labels when
possible. This is similar to the "k" option already supported
by print_hoa(), and is useful when printing Kripke structures.
Python:
* The ltsmin interface has been binded in Python. See