* src/tgbatest/ltl2tgba.cc, src/tgbaalgos/reductgba_sim_del.cc,
src/tgbaalgos/reductgba_sim.hh, src/tgbaalgos/reductgba_sim.cc: bug in delayed simulation. * src/tgbatest/reduccmp.test, src/tgbatest/reductgba.test, src/tgba/tgbareduc.cc: bug in scc reduction.
This commit is contained in:
parent
6d5593ae48
commit
eb0852257f
8 changed files with 254 additions and 86 deletions
|
|
@ -23,9 +23,6 @@
|
|||
|
||||
. ./defs
|
||||
|
||||
# FIXME
|
||||
exit 0
|
||||
|
||||
set -e
|
||||
|
||||
cat >input <<EOF
|
||||
|
|
@ -46,6 +43,9 @@ digraph G {
|
|||
}
|
||||
EOF
|
||||
|
||||
# FIXME
|
||||
exit 0
|
||||
|
||||
# Sort out some possible inversions in the output.
|
||||
# (The order is not guaranteed by SPOT.)
|
||||
sed 's/!b & a/a \& !b/g' stdout > tmp_ && mv tmp_ stdout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue