* src/tgbatest/spotlbtt.test,
src/tgbatest/reductgba.cc, src/tgbatest/ltl2tgba.cc: Add option for reduction of TGBA. * src/tgbatest/emptchk.test, src/tgbaalgos/Makefile.am, src/tgbaalgos/tarjan_on_fly.hh, src/tgbaalgos/tarjan_on_fly.cc, src/tgbaalgos/nesteddfs.hh, src/tgbaalgos/nesteddfs.cc, src/tgbaalgos/minimalce.hh, src/tgbaalgos/minimalce.cc, src/tgbaalgos/colordfs.hh, src/tgbaalgos/colordfs.cc: Remove some bugs. src/tgbaalgos/gtec/ce.cc: Modification of construction of counter example. * src/tgbaalgos/reductgba_sim.hh src/tgbaalgos/reductgba_sim.cc, src/tgbaalgos/reductgba_sim_del.cc, src/tgba/tgbareduc.hh, src/tgba/tgbareduc.cc: Modification for delayed simulation. * src/tgbaalgos/gtec/ce.hh, * src/tgbatest/ltl2tgba.cc,
This commit is contained in:
parent
2d1151e018
commit
5af687b2c8
21 changed files with 931 additions and 418 deletions
|
|
@ -27,12 +27,15 @@ set -e
|
|||
|
||||
expect_ce()
|
||||
{
|
||||
run 0 ./ltl2tgba -ms -f "$1"
|
||||
run 0 ./ltl2tgba -m -f "$1"
|
||||
run 0 ./ltl2tgba -ndfs -f "$1"
|
||||
#run 0 ./ltl2tgba -ndfs2 -f "$1"
|
||||
run 0 ./ltl2tgba -tj -f "$1"
|
||||
run 0 ./ltl2tgba -c -f "$1"
|
||||
run 0 ./ltl2tgba -ndfs2 -f "$1"
|
||||
run 0 ./ltl2tgba -ng -f "$1"
|
||||
|
||||
#run 0 ./ltl2tgba -ms -f "$1"
|
||||
#run 0 ./ltl2tgba -msit -f "$1"
|
||||
|
||||
run 0 ./ltl2tgba -e "$1"
|
||||
run 0 ./ltl2tgba -e -D "$1"
|
||||
|
|
@ -48,12 +51,14 @@ expect_ce()
|
|||
|
||||
expect_no()
|
||||
{
|
||||
run 0 ./ltl2tgba -Ms -f "$1"
|
||||
run 0 ./ltl2tgba -M -f "$1"
|
||||
run 0 ./ltl2tgba -Ndfs -f "$1"
|
||||
run 0 ./ltl2tgba -Ndfs2 -f "$1"
|
||||
run 0 ./ltl2tgba -TJ -f "$1"
|
||||
run 0 ./ltl2tgba -C -f "$1"
|
||||
run 0 ./ltl2tgba -Ndfs2 -f "$1"
|
||||
run 0 ./ltl2tgba -NG -f "$1"
|
||||
|
||||
#run 0 ./ltl2tgba -Ms -f "$1"
|
||||
|
||||
run 0 ./ltl2tgba -E "$1"
|
||||
run 0 ./ltl2tgba -E -D "$1"
|
||||
|
|
@ -67,8 +72,7 @@ expect_no()
|
|||
run 0 ./ltl2tgba -M -f "$1"
|
||||
}
|
||||
|
||||
#expect_no '!((FF a) <=> (F a))'
|
||||
#expect_ce 'Fc & X(a | Xb) & GF(a | Xb) & Gc'
|
||||
expect_ce 'Fa & Xb & GFc & Gd'
|
||||
|
||||
expect_ce 'a'
|
||||
expect_ce 'a U b'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue