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
|
|
@ -38,7 +38,7 @@ EOF
|
|||
ltlcross -F input 'ltl2tgba --generic -D' --csv=out.csv
|
||||
|
||||
# Make sure all the automata produced where deterministic
|
||||
cut -d, -f16 < out.csv > det.csv
|
||||
cut -d, -f12 < out.csv > det.csv
|
||||
cat >expected <<EOF
|
||||
"nondet_aut"
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue