dot: add option to number transitions
* src/tgbaalgos/dotty.cc: Add option 'o'. * src/bin/common_aoutput.cc, src/bin/dstar2tgba.cc: Document it. * src/taalgos/dotty.cc: Ignore this option. * src/tgbatest/readsave.test: Test it.
This commit is contained in:
parent
dfd080e005
commit
ecfd9b7776
5 changed files with 51 additions and 40 deletions
|
|
@ -88,6 +88,7 @@ namespace spot
|
|||
case 'b':
|
||||
case 'n':
|
||||
case 'N':
|
||||
case 'o':
|
||||
case 'r':
|
||||
case 'R':
|
||||
case 's':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue