ltlcross: add option --strength and --ambiguous
Suggested by František Blahoudek. * bin/ltlcross.cc: Implement the two options. * doc/org/ltlcross.org, NEWS: Document them. * tests/core/complementation.test: Adjust test case. * tests/core/ltlcross3.test, tests/core/unambig.test: More tests.
This commit is contained in:
parent
cc1191cd66
commit
3b5fa22a3b
6 changed files with 212 additions and 118 deletions
|
|
@ -228,3 +228,19 @@ State: 2
|
|||
--END--
|
||||
EOF
|
||||
diff output expected
|
||||
|
||||
|
||||
ltlcross --ambiguous --automata 'ltl2tgba -U' ltl2tgba -fFGa -fGFa --csv=out
|
||||
cut -d, -f13 out >ltlcross.res
|
||||
cat >expected <<EOF
|
||||
"ambiguous_aut"
|
||||
0
|
||||
1
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
1
|
||||
EOF
|
||||
diff expected ltlcross.res
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue