Display transition annotations in dotty output.

* src/tgbaalgos/dotty.cc (process_link): Call
transition_annotation().  Reported by Nikos Gorogiannis.
* src/tgba/tgba.hh (transition_annotation): More documentation.
This commit is contained in:
Alexandre Duret-Lutz 2011-11-17 18:36:23 +01:00
parent d573eb9b8d
commit 3010d7051b
4 changed files with 32 additions and 3 deletions

3
NEWS
View file

@ -16,6 +16,9 @@ New in spot 0.7.1a:
In that case, acceptance states are displayed with a double
circle. ltl2tgba (both command line and on-line) Use it to display
degeneralized automata.
- The dotty_reachable() function will also display transition
annotations (as returned by the tgba::transitition_annotation()).
This can be useful when displaying (small) state spaces.
- Identifiers used to name atomic proposition can contain dots.
E.g.: X.Y is now an atomic proposition, while it was understood
as X&Y in previous versions.