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:
parent
d573eb9b8d
commit
3010d7051b
4 changed files with 32 additions and 3 deletions
3
NEWS
3
NEWS
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue