scc_filter: add quick test for very-weak
Related to issue #351. * spot/twaalgos/sccfilter.cc: When handling weak automata, we know they are very-weak if the SCC count is equal to the number of states. * tests/core/dca2.test, tests/core/monitor.test, tests/core/parity2.test, tests/core/randomize.test, tests/core/readsave.test, tests/core/remfin.test, tests/core/sccsimpl.test, tests/core/wdba2.test, tests/python/dualize.py, tests/python/remfin.py: Adjust output.
This commit is contained in:
parent
729921c0a0
commit
fbc372e292
11 changed files with 35 additions and 23 deletions
|
|
@ -779,7 +779,8 @@ Start: 1
|
|||
AP: 2 "a" "b"
|
||||
acc-name: Buchi
|
||||
Acceptance: 1 Inf(0)
|
||||
properties: trans-labels explicit-labels state-acc deterministic weak
|
||||
properties: trans-labels explicit-labels state-acc deterministic
|
||||
properties: very-weak
|
||||
--BODY--
|
||||
State: 0
|
||||
[1] 2
|
||||
|
|
@ -810,8 +811,8 @@ AP: 2 "a" "b"
|
|||
acc-name: Buchi
|
||||
Acceptance: 1 Inf(0)
|
||||
properties: trans-labels explicit-labels state-acc deterministic
|
||||
properties: no-univ-branch unambiguous semi-deterministic weak
|
||||
properties: inherently-weak
|
||||
properties: no-univ-branch unambiguous semi-deterministic very-weak
|
||||
properties: weak inherently-weak
|
||||
--BODY--
|
||||
State: 0
|
||||
[1] 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue