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
|
|
@ -27,10 +27,10 @@ set dummy
|
|||
# Add third-party tools if they are available.
|
||||
test -n "$SPIN" && set "$@" "{spin} $SPIN -f %s >%N"
|
||||
test -n "$LTL2BA" && set "$@" "{ltl2ba} $LTL2BA -f %s >%N"
|
||||
test -n "$LTL3BA" && set "$@" "{ltl3ba-LS0} $LTL3BA -L -S0 -f %s >%N" \
|
||||
"{ltl3ba-MS0} $LTL3BA -M -S0 -f %s >%N" \
|
||||
"{ltl3ba-LS2} $LTL3BA -L -S2 -f %s >%N" \
|
||||
"{ltl3ba-MS2} $LTL3BA -M -S2 -f %s >%N"
|
||||
test -n "$LTL3BA" && set "$@" "{ltl3ba-M0S0} $LTL3BA -M0 -S0 -f %s >%N" \
|
||||
"{ltl3ba-M1S0} $LTL3BA -M1 -S0 -f %s >%N" \
|
||||
"{ltl3ba-M0S2} $LTL3BA -M0 -S2 -f %s >%N" \
|
||||
"{ltl3ba-M1S2} $LTL3BA -M1 -S2 -f %s >%N"
|
||||
|
||||
# Use -s to output a neverclaim, like the other tools.
|
||||
set "$@" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue