* src/tgbatest/randtgba.cc: Remplace the -O option by -A, reading

all algorithms from a file.  Use the emptiness_check_instantiator
syntax as name in the output.
* bench/emptchk/defs.in: DEfine ALGORITHMS here.
* bench/emptchk/ltl-human.sh, bench/emptchk/ltl-random.sh,
bench/emptchk/pml-clserv.sh, bench/emptchk/pml-clserv.sh: Use
$ALGORITHMS.
* src/misc/timer.cc: Truncate long keys in display.
This commit is contained in:
Alexandre Duret-Lutz 2005-02-18 12:28:42 +00:00
parent 3b3a196526
commit 6314b682ba
9 changed files with 144 additions and 105 deletions

View file

@ -29,12 +29,12 @@ echo "WITHOUT ADDITIONAL ACCEPTING CONDITIONS"
for d in 0.001 0.002 0.01; do
echo "density: $d"
$RANDTGBA -d $d $opts
$RANDTGBA -A "$ALGORITHMS" -d $d $opts
done
echo "WITH 3 ADDITIONAL ACCEPTING CONDITIONS"
for d in 0.001 0.002 0.01; do
echo "density: $d"
$RANDTGBA -a 3 0.0133333 -d $d $opts
$RANDTGBA -A "$ALGORITHMS" -a 3 0.0133333 -d $d $opts
done