dot: --dot=1 to ignore names and force numbered states
Fixes #78. * src/twaalgos/dotty.cc: Add option '1'. * src/taalgos/dotty.cc: Ignore '1'. * src/bin/dstar2tgba.cc, src/bin/common_aoutput.cc: Document it. * src/tests/readsave.test: Test it.
This commit is contained in:
parent
b1cdab6f95
commit
51309cf742
5 changed files with 36 additions and 6 deletions
|
|
@ -84,6 +84,7 @@ namespace spot
|
|||
case 'v':
|
||||
opt_horizontal_ = false;
|
||||
break;
|
||||
case '1':
|
||||
case 'a':
|
||||
case 'b':
|
||||
case 'n':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue