org: run a spell checker on the documentation
* doc/org/autcross.org, doc/org/autfilt.org, doc/org/citing.org, doc/org/compile.org, doc/org/concepts.org, doc/org/csv.org, doc/org/dstar2tgba.org, doc/org/genaut.org, doc/org/genltl.org, doc/org/hierarchy.org, doc/org/hoa.org, doc/org/index.org, doc/org/install.org, doc/org/ltl2tgba.org, doc/org/ltl2tgta.org, doc/org/ltlcross.org, doc/org/ltlfilt.org, doc/org/ltlgrind.org, doc/org/ltlsynt.org, doc/org/oaut.org, doc/org/randaut.org, doc/org/randltl.org, doc/org/satmin.org, doc/org/tut.org, doc/org/tut01.org, doc/org/tut02.org, doc/org/tut03.org, doc/org/tut04.org, doc/org/tut10.org, doc/org/tut11.org, doc/org/tut12.org, doc/org/tut20.org, doc/org/tut21.org, doc/org/tut22.org, doc/org/tut23.org, doc/org/tut24.org, doc/org/tut30.org, doc/org/tut31.org, doc/org/tut50.org, doc/org/tut51.org, doc/org/tut52.org, doc/org/tut90.org, doc/org/upgrade2.org: Run ispell-buffer on all these. * bin/autfilt.cc, python/spot/__init__.py: Fix typos in help texts noticed while spell-checking the org files.
This commit is contained in:
parent
0342161b20
commit
cc498e7080
45 changed files with 317 additions and 194 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#+TITLE: =autfilt=
|
||||
#+DESCRIPTION: Spot command-line tool for filtering, tranforming, and converting ω-automata.
|
||||
#+DESCRIPTION: Spot command-line tool for filtering, transforming, and converting ω-automata.
|
||||
#+INCLUDE: setup.org
|
||||
#+HTML_LINK_UP: tools.html
|
||||
#+PROPERTY: header-args:sh :results verbatim :exports both
|
||||
|
|
@ -9,10 +9,10 @@ The =autfilt= tool can filter, transform, and convert a stream of automata.
|
|||
|
||||
The tool operates a loop over 5 phases:
|
||||
- input one automaton
|
||||
- optionally preprocess the automaton
|
||||
- optionally pre-process the automaton
|
||||
- optionally filter the automaton (i.e., decide whether to ignore the
|
||||
automaton or continue with it)
|
||||
- optionally postprocess the automaton (to simply it or change its acceptance)
|
||||
- optionally post-process the automaton (to simply it or change its acceptance)
|
||||
- output the automaton
|
||||
|
||||
The simplest way to use the tool is simply to use it for input and
|
||||
|
|
@ -211,7 +211,7 @@ autfilt --help | sed -n '/Filtering options.*:/,/^$/p' | sed '1d;$d'
|
|||
in RANGE
|
||||
--accept-word=WORD keep automata that accept WORD
|
||||
--acceptance-is=NAME|FORMULA
|
||||
match automata with given accetance condition
|
||||
match automata with given acceptance condition
|
||||
--ap=RANGE match automata with a number of (declared) atomic
|
||||
propositions in RANGE
|
||||
--are-isomorphic=FILENAME keep automata that are isomorphic to the
|
||||
|
|
@ -248,6 +248,8 @@ autfilt --help | sed -n '/Filtering options.*:/,/^$/p' | sed '1d;$d'
|
|||
--is-weak keep only weak automata
|
||||
--nondet-states=RANGE keep automata whose number of nondeterministic
|
||||
states is in RANGE
|
||||
-N, --nth=RANGE assuming input automata are numbered from 1, keep
|
||||
only those in RANGE
|
||||
--rej-sccs=RANGE, --rejecting-sccs=RANGE
|
||||
keep automata whose number of non-trivial
|
||||
rejecting SCCs is in RANGE
|
||||
|
|
@ -809,7 +811,7 @@ randltl -n -1 a b | ltlfilt --simplify --remove-wm |
|
|||
:header-args:sh: :results verbatim :exports code
|
||||
:END:
|
||||
|
||||
We know from a previous exemple that formula =a U b U c= accepts the
|
||||
We know from a previous example that formula =a U b U c= accepts the
|
||||
word =b; cycle{c}=. We can actually highlight the corresponding
|
||||
run in the automaton:
|
||||
|
||||
|
|
@ -868,3 +870,13 @@ ltl2tgba 'F((b R a) W Gb)' |
|
|||
#+BEGIN_SRC sh :results silent :exports results
|
||||
rm -f example.hoa aut-ex1.hoa
|
||||
#+END_SRC
|
||||
|
||||
# LocalWords: utf html args pre LBTT's dstar lbtt SRC EOF DOTEXTRA
|
||||
# LocalWords: rankdir invis init fi randaut acc SCCs det tgba sed
|
||||
# LocalWords: CSV iw dges tates sccs ap SCC nondet rej triv ba Dax
|
||||
# LocalWords: cobuchi coBuchi superset sbacc determinized al ATVA
|
||||
# LocalWords: Safra Redziejowski cnf scc aN subautomaton destut dnf
|
||||
# LocalWords: dualize APs rabin gra streett gsa instut NUM incr aut
|
||||
# LocalWords: langmap preproc PicoSAT SATsolver SATSOLVER svg txt
|
||||
# LocalWords: randltl ltlfilt uniq Fb XF ltldo wm Gb GFa FG hlword
|
||||
# LocalWords: hlnondet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue