* bench/ltlclasses/run: Typo in comment.
This commit is contained in:
parent
4b0a3a7a37
commit
b4ed47129d
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-01-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* bench/ltlclasses/run: Typo in comment.
|
||||||
|
|
||||||
2012-01-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2012-01-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Make it possible not to build Python bindings.
|
Make it possible not to build Python bindings.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright (C) 2010 Laboratoire de Recherche et Développement de
|
# Copyright (C) 2010, 2012 Laboratoire de Recherche et Développement de
|
||||||
# l'EPITA (LRDE)
|
# l'EPITA (LRDE)
|
||||||
#
|
#
|
||||||
# This file is part of Spot, a model checking library.
|
# This file is part of Spot, a model checking library.
|
||||||
|
|
@ -30,7 +30,7 @@ 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 time1, user time1, system time2, wall time2"
|
echo "# n, states, transitions, user time1, system time1, wall time1, user time2, system time2, wall time2"
|
||||||
for n in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; 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`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue