* src/sanity/style.test: Catch occurrences of "accepting condition".
* bench/emptchk/ltl-human.sh, bench/emptchk/ltl-random.sh, src/sanity/style.test, src/tgba/bdddict.cc, src/tgba/succiterconcrete.hh, src/tgba/tgbabddcoredata.hh, src/tgba/tgbareduc.cc, src/tgba/tgbareduc.hh, src/tgbaalgos/gv04.cc, src/tgbaalgos/gv04.hh, src/tgbaalgos/magic.cc, src/tgbaalgos/magic.hh, src/tgbaalgos/se05.cc, src/tgbaalgos/se05.hh, src/tgbaalgos/tau03.cc, src/tgbaalgos/tau03.hh, src/tgbaalgos/tau03opt.cc, src/tgbaalgos/tau03opt.hh, src/tgbatest/dfs.test: Replace them by "acceptance condition".
This commit is contained in:
parent
7bbe3f5573
commit
a2cbe9cab8
20 changed files with 57 additions and 40 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
# Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
# département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
# et Marie Curie.
|
||||
#
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
set -e
|
||||
|
||||
# All examples are TBA (i.e. they have a unique
|
||||
# accepting condition). Accepting arcs are
|
||||
# acceptance condition). Accepting arcs are
|
||||
# represented by double arrows.
|
||||
#
|
||||
# s1=>s2->s3->(large composant from s4 to s9)
|
||||
|
|
@ -188,4 +188,4 @@ EOF
|
|||
run 0 ./ltl2tgba -eSE05 -X red
|
||||
run 0 ./ltl2tgba -eTau03_opt -X red
|
||||
|
||||
rm -f red blue_counter blue_last
|
||||
rm -f red blue_counter blue_last
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue