update to ltl3ba 1.1.1
Compared to 1.1.0, -L/-M have been renamed to -M0,-M1. * bench/ltl2tgba/tools, bench/spin13/README, bench/spin13/run.sh, doc/org/ltlcross.org, wrap/python/ajax/spot.in: Adjust all references.
This commit is contained in:
parent
d9045d131c
commit
25af8e7eff
5 changed files with 30 additions and 25 deletions
|
|
@ -19,9 +19,9 @@ exactly the same versions (yes, that's a plural), please head over to
|
|||
Keep in mind that as Spot is evolving, the results from this benchmark
|
||||
may evolve (hopefully for the best!) with time.
|
||||
|
||||
The benchmark has been updated to use ltl3ba 1.1.0 released on
|
||||
2014-01-23 (because the set of optimizations that are now activated
|
||||
by default is different).
|
||||
The benchmark has been updated to use ltl3ba 1.1.1 released on
|
||||
2014-01-24 (because the set of optimizations that are now activated by
|
||||
default is different).
|
||||
|
||||
Running instructions
|
||||
====================
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@ if test $# = 2; then
|
|||
# Deter
|
||||
|
||||
$ba && set "$@" \
|
||||
": LTL3BA NoSim NoSusp Deter; ltl3ba -S0 -A -M -f %s >%N" \
|
||||
": LTL3BA Sim NoSusp Deter; ltl3ba -S2 -A -M -f %s >%N" \
|
||||
": LTL3BA NoSim NoSusp Deter; ltl3ba -S0 -A -M1 -f %s >%N" \
|
||||
": LTL3BA Sim NoSusp Deter; ltl3ba -S2 -A -M1 -f %s >%N" \
|
||||
": Cou99 '(Ad)' Deter; $ltl2tgba $opt $nosim --deter -x !degen-reset,!degen-lcache %f"
|
||||
set "$@" \
|
||||
": Cou99 '(A${D})' Deter; $ltl2tgba $opt $nosim --deter %f"
|
||||
|
|
@ -81,8 +81,8 @@ if test $# = 2; then
|
|||
": Cou99 '(AS${DB})' Deter; $ltl2tgba $opt --deter %f"
|
||||
$ba && set "$@" \
|
||||
": Cou99 '(ASdB)' Deter; $ltl2tgba $opt --deter -x !degen-reset,!degen-lcache %f" \
|
||||
": LTL3BA NoSim Susp Deter; ltl3ba -S0 -M -f %s >%N" \
|
||||
": LTL3BA Sim Susp Deter; ltl3ba -S2 -M -f %s >%N"
|
||||
": LTL3BA NoSim Susp Deter; ltl3ba -S0 -M1 -f %s >%N" \
|
||||
": LTL3BA Sim Susp Deter; ltl3ba -S2 -M1 -f %s >%N"
|
||||
set "$@" \
|
||||
": Comp '(A${D})' Deter; $ltl2tgba -x comp-susp,!skel-simul $opt $nosim --deter %f" \
|
||||
": Comp '(A${D})' Deter Early; $ltl2tgba -x comp-susp,!skel-simul,early-susp $opt $nosim --deter %f"
|
||||
|
|
@ -96,8 +96,8 @@ if test $# = 2; then
|
|||
# Small
|
||||
|
||||
$ba && set "$@" \
|
||||
": LTL3BA NoSim NoSusp; ltl3ba -S0 -L -A -f %s >%N" \
|
||||
": LTL3BA Sim NoSusp; ltl3ba -S2 -L -A -f %s >%N" \
|
||||
": LTL3BA NoSim NoSusp; ltl3ba -S0 -M0 -A -f %s >%N" \
|
||||
": LTL3BA Sim NoSusp; ltl3ba -S2 -M0 -A -f %s >%N" \
|
||||
": Cou99 '(Ad)' Small; $ltl2tgba $opt $nosim --small -x !degen-reset,!degen-lcache %f"
|
||||
set "$@" \
|
||||
": Cou99 '(A${D})' Small; $ltl2tgba $opt $nosim --small %f"
|
||||
|
|
@ -108,8 +108,8 @@ if test $# = 2; then
|
|||
": Cou99 '(AS${DB})' Small; $ltl2tgba $opt --small %f"
|
||||
$ba && set "$@" \
|
||||
": Cou99 '(ASdB)' Small; $ltl2tgba $opt --small -x !degen-reset,!degen-lcache %f" \
|
||||
": LTL3BA NoSim Susp; ltl3ba -S0 -L -f %s >%N" \
|
||||
": LTL3BA Sim Susp; ltl3ba -S2 -L -f %s >%N"
|
||||
": LTL3BA NoSim Susp; ltl3ba -S0 -M0 -f %s >%N" \
|
||||
": LTL3BA Sim Susp; ltl3ba -S2 -M0 -f %s >%N"
|
||||
set "$@" \
|
||||
": Comp '(A${D})' Small; $ltl2tgba -x comp-susp,!skel-wdba,!skel-simul $opt $nosim --small %f" \
|
||||
": Comp '(A${D})' Small Early; $ltl2tgba -x comp-susp,!skel-wdba,!skel-simul,early-susp $opt $nosim --small %f"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue