support for semi-deterministic property
* spot/twa/twa.hh (prop_semi_deterministic): New methods. * spot/parseaut/parseaut.yy, spot/twaalgos/hoa.cc: Add support for the semi-deterministic property. * doc/org/concepts.org, doc/org/hoa.org: Document it. * spot/twaalgos/isdet.cc, spot/twaalgos/isdet.hh (is_semi_deterministic): New function. * bin/autfilt.cc: Add --is-semi-deterministic. * bin/common_aoutput.cc: Add --check=semi-deterministic. * tests/core/semidet.test: New file. * tests/Makefile.am: Add it. * tests/core/parseaut.test, tests/core/readsave.test: Adjust.
This commit is contained in:
parent
db5d9780f1
commit
4b01387817
14 changed files with 265 additions and 50 deletions
|
|
@ -427,7 +427,7 @@ cat >input<<EOF
|
|||
acc-name: generalized-Buchi 2
|
||||
Acceptance: 2 (Inf(0) & Inf(1))
|
||||
properties: implicit-labels trans-acc
|
||||
properties: deterministic !unambiguous
|
||||
properties: deterministic !unambiguous !semi-deterministic
|
||||
AP: 2 "a" "b"
|
||||
--BODY--
|
||||
State: 0 "foo" { 0 }
|
||||
|
|
@ -456,6 +456,8 @@ input:28.33-44: 'properties: state-labels' is incompatible with...
|
|||
input:28.17-31: ... 'properties: implicit-labels'.
|
||||
input:48.17-29: 'properties: deterministic' contradicts...
|
||||
input:48.31-42: ... 'properties: !unambiguous' given here
|
||||
input:48.17-29: 'properties: deterministic' contradicts...
|
||||
input:48.44-62: ... 'properties: !semi-deterministic' given here
|
||||
input:51.20-24: state-based acceptance used despite...
|
||||
input:47.33-41: ... declaration of transition-based acceptance.
|
||||
input:59.7-9: transition label used although the automaton was...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue