hoa: fix I/O of determinism
Fixes #212. * spot/parseaut/parseaut.yy, spot/twaalgos/hoa.cc: Recognize exist-branch, and adjust printer to the 1.1 semantics. * tests/core/alternating.test, tests/core/complete.test, tests/core/det.test, tests/core/explsum.test, tests/core/parseaut.test, tests/core/readsave.test, tests/core/sbacc.test, tests/core/tgbagraph.test, tests/python/alternating.py, tests/python/dualize.py: Adjust test cases. * NEWS: Mention the change.
This commit is contained in:
parent
0cf250d839
commit
d3607a7ce3
13 changed files with 291 additions and 106 deletions
|
|
@ -153,7 +153,7 @@ AP: 1 "a"
|
|||
acc-name: Buchi
|
||||
Acceptance: 1 Inf(0)
|
||||
properties: trans-labels explicit-labels state-acc !complete
|
||||
properties: !deterministic
|
||||
properties: !deterministic exist-branch
|
||||
spot.highlight.states: 0 1
|
||||
spot.highlight.edges: 1 2 2 2
|
||||
--BODY--
|
||||
|
|
@ -178,7 +178,7 @@ AP: 1 "a"
|
|||
acc-name: Buchi
|
||||
Acceptance: 1 Inf(0)
|
||||
properties: trans-labels explicit-labels state-acc !complete
|
||||
properties: !deterministic
|
||||
properties: !deterministic exist-branch
|
||||
spot.highlight.states: 1 1
|
||||
--BODY--
|
||||
State: 0 {0}
|
||||
|
|
@ -202,7 +202,7 @@ AP: 1 "a"
|
|||
acc-name: Buchi
|
||||
Acceptance: 1 Inf(0)
|
||||
properties: trans-labels explicit-labels state-acc !complete
|
||||
properties: !deterministic
|
||||
properties: !deterministic exist-branch
|
||||
spot.highlight.states: 1 5
|
||||
spot.highlight.edges: 2 5 3 5
|
||||
--BODY--
|
||||
|
|
@ -263,7 +263,7 @@ AP: 1 "a"
|
|||
acc-name: Buchi
|
||||
Acceptance: 1 Inf(0)
|
||||
properties: trans-labels explicit-labels state-acc !complete
|
||||
properties: !deterministic
|
||||
properties: !deterministic exist-branch
|
||||
spot.highlight.states: 0 2 1 5
|
||||
spot.highlight.edges: 1 3 2 5 3 5
|
||||
--BODY--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue