* src/tgbatest/readsave.test: Fix parameter of randtgba call.

more statistics.
the heap used for bit state hashing version and adjust the prototype of
* src/tgbaalgos/tau03.cc, src/tgbaalgos/tau03opt.cc: adjust the
prototype of has_been_visited and pop_notify.
This commit is contained in:
Denis Poitrenaud 2005-01-13 09:21:22 +00:00
parent 333ee43f00
commit 4e6ce2e739
2 changed files with 9 additions and 5 deletions

View file

@ -60,7 +60,7 @@ rm -f input stdout expected
# Likewise, with a randomly generated TGBA.
run 0 ./randtgba -t 1 -n 20 -d 0.2 a b -a 2 0.1 >input
run 0 ./randtgba -F 0 -t 1 -n 20 -d 0.2 a b -a 2 0.1 >input
sed 's/"b & a"/"a \& b"/g;s/"a1" "a0"/"a0" "a1"/g' input > tmp_ &&
mv tmp_ input
cat input