* src/tgbaalgos/dottydec.cc, src/tgbaalgos/dottydec.hh,
src/tgbaalgos/rundotdec.cc, src/tgbaalgos/rundotdec.hh: New files. * src/tgbaalgos/Makefile.am (tgbaalgos_HEADERS, libtgbaalgos_la_SOURCES): Add them. * src/tgbaalgos/dotty.hh (dotty_reachable): Take a dotty_decorator as third parameter. * src/tgbaalgos/dotty.cc (dotty_bfs::process_state, dotty_bfs::process_link): Use the decorator. * src/tgbatest/ltl2tgba.cc: Graph the accepting run if the -g option is given. * src/tgbatest/emptchk.test: Exercize -g.
This commit is contained in:
parent
a90b0648f8
commit
7688431451
10 changed files with 434 additions and 32 deletions
|
|
@ -25,18 +25,24 @@
|
|||
|
||||
set -e
|
||||
|
||||
expect_ce_do()
|
||||
{
|
||||
run 0 ./ltl2tgba "$@"
|
||||
run 0 ./ltl2tgba -g "$@"
|
||||
}
|
||||
|
||||
expect_ce()
|
||||
{
|
||||
run 0 ./ltl2tgba -e "$1"
|
||||
run 0 ./ltl2tgba -e -D "$1"
|
||||
run 0 ./ltl2tgba -e -f "$1"
|
||||
run 0 ./ltl2tgba -e -f -D "$1"
|
||||
run 0 ./ltl2tgba -ecouvreur99_shy "$1"
|
||||
run 0 ./ltl2tgba -ecouvreur99_shy -D "$1"
|
||||
run 0 ./ltl2tgba -ecouvreur99_shy -f "$1"
|
||||
run 0 ./ltl2tgba -ecouvreur99_shy -f -D "$1"
|
||||
run 0 ./ltl2tgba -emagic_search "$1"
|
||||
run 0 ./ltl2tgba -emagic_search -f "$1"
|
||||
expect_ce_do -e "$1"
|
||||
expect_ce_do -e -D "$1"
|
||||
expect_ce_do -e -f "$1"
|
||||
expect_ce_do -e -f -D "$1"
|
||||
expect_ce_do -ecouvreur99_shy "$1"
|
||||
expect_ce_do -ecouvreur99_shy -D "$1"
|
||||
expect_ce_do -ecouvreur99_shy -f "$1"
|
||||
expect_ce_do -ecouvreur99_shy -f -D "$1"
|
||||
expect_ce_do -emagic_search "$1"
|
||||
expect_ce_do -emagic_search -f "$1"
|
||||
}
|
||||
|
||||
expect_no()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue