Merge eltl2tgba.cc into ltl2tgba.cc.
* src/tgbatest/eltl2tgba.cc: Remove. * src/tgbatest/Makefile.am: Adjust. * src/tgbatest/ltl2tgba.cc: New option: -xltl to translate an extended LTL instead of an LTL, a feature previously offered by eltl2tgba.cc. Also: -R3b to use delete_unaccepting_scc. * src/tgbatest/spotlbtt.test: Adjust.
This commit is contained in:
parent
1aa10e1395
commit
830e482836
6 changed files with 114 additions and 168 deletions
|
|
@ -6,7 +6,7 @@ set -e
|
|||
# Check if the TGBA was corretly constructed.
|
||||
check_construct()
|
||||
{
|
||||
run 0 ../eltl2tgba -F "$1" input
|
||||
run 0 ../ltl2tgba -F -l -xltl -b "$1" > output
|
||||
}
|
||||
|
||||
# Check if the TGBA behaves correctly by doing an emptiness check on
|
||||
|
|
@ -14,11 +14,11 @@ check_construct()
|
|||
# translated using FM.
|
||||
check_true()
|
||||
{
|
||||
run 0 ../ltl2tgba -e -Pinput -f "$1"
|
||||
run 0 ../ltl2tgba -e -Poutput -f "$1"
|
||||
}
|
||||
check_false()
|
||||
{
|
||||
run 1 ../ltl2tgba -e -Pinput -f "$1"
|
||||
run 1 ../ltl2tgba -e -Poutput -f "$1"
|
||||
}
|
||||
|
||||
# Create the prelude file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue