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:
Alexandre Duret-Lutz 2018-06-11 20:24:17 +02:00
parent 729921c0a0
commit fbc372e292
11 changed files with 35 additions and 23 deletions

View file

@ -67,8 +67,8 @@ while read l_f; do
autfilt -q --acceptance-is=Streett-like and.hoa
# Streett | Streett
autfilt r.hoa --name="($l_f)|!($r_f)" --product-or=l.hoa -S > or.hoa
if ! grep -q ' weak' l.hoa; then
if ! grep -q ' weak' r.hoa; then
if ! grep -q '[ -]weak' l.hoa; then
if ! grep -q '[ -]weak' r.hoa; then
autfilt -q -v --acceptance-is=Streett-like or.hoa || exit 1
fi
fi