dot: display Rabin-like and Streett-like acceptances
* spot/twaalgos/dot.cc (print_acceptance_for_human): Add Rabin-like and Streett-like checks. * tests/core/sccdot.test, tests/python/decompose.ipynb, tests/python/randaut.ipynb, tests/core/alternating.test: Adjust.
This commit is contained in:
parent
ed361bb0a9
commit
205294c2c2
5 changed files with 120 additions and 108 deletions
|
|
@ -74,7 +74,7 @@ run 0 autfilt --dot=as in.hoa > out.dot
|
|||
cat <<EOF >expected
|
||||
digraph G {
|
||||
rankdir=LR
|
||||
label="(Inf(0)&Inf(1)) & Fin(2)"
|
||||
label="(Inf(0)&Inf(1)) & Fin(2)\n[Streett-like 3]"
|
||||
labelloc="t"
|
||||
node [shape="circle"]
|
||||
I [label="", style=invis, width=0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue