Augment the size of the ltlclasses benchmark.
* bench/ltlclasses/run: Augment the max size to 20. * bench/ltlcounter/run: Typo in comment.
This commit is contained in:
parent
1dd524ebce
commit
87ee1cfe7d
3 changed files with 11 additions and 4 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
2010-12-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
Augment the size of the ltlclasses benchmark.
|
||||||
|
|
||||||
|
* bench/ltlclasses/run: Augment the max size to 20.
|
||||||
|
* bench/ltlcounter/run: Typo in comment.
|
||||||
|
|
||||||
2010-12-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-12-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Introduce -ks to print only the size of the automaton (without
|
Introduce -ks to print only the size of the automaton (without
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,8 @@ for F in 1 2 3 4 5; do
|
||||||
echo "# the following values are also saved to file 'results$F.fm'"
|
echo "# the following values are also saved to file 'results$F.fm'"
|
||||||
echo "# time1 = translation time"
|
echo "# time1 = translation time"
|
||||||
echo "# time2 = exploration time"
|
echo "# time2 = exploration time"
|
||||||
echo "# n, states, transitions, user time1, system time1, wall time2, user time1, system time2, wall time2"
|
echo "# n, states, transitions, user time1, system time1, wall time1, user time1, system time2, wall time2"
|
||||||
for n in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do
|
for n in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
|
||||||
$LTL2TGBA -T -r1 -DS -ks -f "`"$gen" $F $n`" >out 2>&1
|
$LTL2TGBA -T -r1 -DS -ks -f "`"$gen" $F $n`" >out 2>&1
|
||||||
states=`sed -n 's/^states: \([0-9]*\)$/\1/p' out`
|
states=`sed -n 's/^states: \([0-9]*\)$/\1/p' out`
|
||||||
transitions=`sed -n 's/^transitions: \([0-9]*\)$/\1/p' out`
|
transitions=`sed -n 's/^transitions: \([0-9]*\)$/\1/p' out`
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ echo "# Benching ltl2tgba_fm..."
|
||||||
echo "# the following values are also saved to file 'results.fm'"
|
echo "# the following values are also saved to file 'results.fm'"
|
||||||
echo "# time1 = translation time"
|
echo "# time1 = translation time"
|
||||||
echo "# time2 = exploration time"
|
echo "# time2 = exploration time"
|
||||||
echo "# n, states, transitions, user time1, system time1, wall time2, user time1, system time2, wall time2"
|
echo "# n, states, transitions, user time1, system time1, wall time1, user time1, system time2, wall time2"
|
||||||
for n in 1 2 3 4 5 6 7 8 9 10 11 12 13; do
|
for n in 1 2 3 4 5 6 7 8 9 10 11 12 13; do
|
||||||
$LTL2TGBA -T -ks -f "`$lcdir/LTLcounterLinear.pl $n`" >out 2>&1
|
$LTL2TGBA -T -ks -f "`$lcdir/LTLcounterLinear.pl $n`" >out 2>&1
|
||||||
states=`sed -n 's/^states: \([0-9]*\)$/\1/p' out`
|
states=`sed -n 's/^states: \([0-9]*\)$/\1/p' out`
|
||||||
|
|
@ -42,7 +42,7 @@ echo "# Benching ltl2tgba_lacim..."
|
||||||
echo "# the following values are also saved to file 'results.lacim'"
|
echo "# the following values are also saved to file 'results.lacim'"
|
||||||
echo "# time1 = translation time"
|
echo "# time1 = translation time"
|
||||||
echo "# time2 = exploration time"
|
echo "# time2 = exploration time"
|
||||||
echo "# n, states, transitions, user time1, system time1, wall time2, user time1, system time2, wall time2"
|
echo "# n, states, transitions, user time1, system time1, wall time1, user time1, system time2, wall time2"
|
||||||
for n in 1 2 3 4 5 6 7; do
|
for n in 1 2 3 4 5 6 7; do
|
||||||
$LTL2TGBA -T -ks "`$lcdir/LTLcounterLinear.pl $n`" >out 2>&1
|
$LTL2TGBA -T -ks "`$lcdir/LTLcounterLinear.pl $n`" >out 2>&1
|
||||||
states=`sed -n 's/^states: \([0-9]*\)$/\1/p' out`
|
states=`sed -n 's/^states: \([0-9]*\)$/\1/p' out`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue