record properties as side-effect of is_deterministic() / is_weak() / ...
Fixes #165. * spot/twaalgos/isdet.cc, spot/twaalgos/strength.cc: Here. * spot/twaalgos/isdet.hh, spot/twaalgos/strength.hh, NEWS: Document it. * spot/twaalgos/hoa.cc: Fix output of negated properties. * tests/core/readsave.test: New test case.
This commit is contained in:
parent
b708ab778f
commit
73621e8f17
7 changed files with 49 additions and 11 deletions
|
|
@ -49,6 +49,14 @@ diff stdout input
|
|||
|
||||
test `autfilt -c --is-weak input` = 0
|
||||
|
||||
autfilt -H1.1 -v --is-weak input | grep properties: | tee props
|
||||
cat >expected.props <<EOF
|
||||
properties: trans-labels explicit-labels state-acc !complete
|
||||
properties: deterministic !weak
|
||||
EOF
|
||||
diff expected.props props
|
||||
|
||||
|
||||
# Transition merging
|
||||
cat >input <<\EOF
|
||||
HOA: v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue