introduce original-states
* spot/twaalgos/degen.cc, spot/twaalgos/degen.hh, spot/twaalgos/mask.hh: Store original states in "original-states" properties. * spot/twaalgos/dot.cc: Add support for option 'd'. * bin/common_aoutput.cc: Document it. * doc/org/concepts.org, NEWS: Document "original-states". * tests/core/readsave.test: Add some tests.
This commit is contained in:
parent
e7797b727d
commit
07c2dd3b64
8 changed files with 141 additions and 52 deletions
|
|
@ -92,17 +92,22 @@ static const argp_option options[] =
|
|||
OPTION_ARG_OPTIONAL,
|
||||
"GraphViz's format. Add letters for "
|
||||
"(1) force numbered states, "
|
||||
"(a) acceptance display, (b) acceptance sets as bullets, "
|
||||
"(a) display acceptance, "
|
||||
"(b) acceptance sets as bullets, "
|
||||
"(B) bullets except for Büchi/co-Büchi automata, "
|
||||
"(c) force circular nodes, "
|
||||
"(C) color nodes with COLOR, "
|
||||
"(d) show origins when known, "
|
||||
"(e) force elliptic nodes, "
|
||||
"(f(FONT)) use FONT, (h) horizontal layout, "
|
||||
"(f(FONT)) use FONT, "
|
||||
"(h) horizontal layout, "
|
||||
"(k) use state labels when possible, "
|
||||
"(n) with name, (N) without name, "
|
||||
"(n) with name, "
|
||||
"(N) without name, "
|
||||
"(o) ordered transitions, "
|
||||
"(r) rainbow colors for acceptance sets, "
|
||||
"(R) color acceptance sets by Inf/Fin, (s) with SCCs, "
|
||||
"(R) color acceptance sets by Inf/Fin, "
|
||||
"(s) with SCCs, "
|
||||
"(t) force transition-based acceptance, "
|
||||
"(v) vertical layout, "
|
||||
"(y) split universal edges by color, "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue