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:
Alexandre Duret-Lutz 2015-01-25 11:44:00 +01:00
parent d9045d131c
commit 25af8e7eff
5 changed files with 30 additions and 25 deletions

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#+TITLE: =ltlcross=
#+SETUPFILE: setup.org
#+HTML_LINK_UP: tools.html
@ -125,8 +126,8 @@ tools:
- '=spin -f %s >%N='
- '=ltl2ba -f %s >%N='
- '=ltl3ba -S -f %s >%N='
- '=ltl3ba -S -M -f %s >%N=' (more deterministic output)
- '=ltl3ba -M0 -f %s >%N=' (less deterministic output, can be smaller)
- '=ltl3ba -M1 -f %s >%N=' (more deterministic output)
- '=modella -r12 -g -e %L %T='
- '=/path/to/script4lbtt.py %L %T=' (script supplied by [[http://www.ti.informatik.uni-kiel.de/~fritz/][ltl2nba]] for
its interface with LBTT)