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
0fbc83e9c2
commit
f3b8bf8e56
45 changed files with 317 additions and 194 deletions
|
|
@ -294,7 +294,7 @@ The following options can be used to fine-tune this procedure:
|
|||
where is the difference? They both start by encoding the research of the
|
||||
=N-1= step and then:
|
||||
- =2= uses PicoSAT assumptions. It adds =sat-incr-steps= assumptions
|
||||
(each of them removing one more state) and then checks direclty the
|
||||
(each of them removing one more state) and then checks directly the
|
||||
=N-1-(sat-incr-steps)= step. If such automaton is found, the process is
|
||||
restarted. Otherwise, a binary search begins between =N-1= and
|
||||
=N-1-sat-incr-steps=. If not provided, =sat-incr-steps= default value
|
||||
|
|
@ -307,7 +307,7 @@ The following options can be used to fine-tune this procedure:
|
|||
- =-x sat-minimize=4= :: enable SAT-based minimization. It tries to reduce the
|
||||
size of the automaton one state at a time. This option implies
|
||||
=-x tba-det=.
|
||||
- =-x sat-incr-steps=N= :: set the value of =sat-incr-steps= to N. It doest not
|
||||
- =-x sat-incr-steps=N= :: set the value of =sat-incr-steps= to N. It does not
|
||||
make sense to use it without =-x sat-minimize=2= or =-x sat-minimize=3=.
|
||||
- =-x sat-acc=$m$= :: attempt to build a minimal DTGBA with $m$ acceptance sets.
|
||||
This options implies =-x sat-minimize=.
|
||||
|
|
@ -497,7 +497,7 @@ The =--sat-minimize= option takes a comma separated list of arguments
|
|||
that can be any of the following:
|
||||
|
||||
- =acc=DOUBLEQUOTEDSTRING= :: where the =DOUBLEQUOTEDSTRING= is an
|
||||
acceptance formula in the [[http://adl.github.io/hoaf/#acceptance][HOA syntax]], or a parametrized acceptance
|
||||
acceptance formula in the [[http://adl.github.io/hoaf/#acceptance][HOA syntax]], or a parameterized acceptance
|
||||
name (the different [[http://adl.github.io/hoaf/#acceptance-specifications][=acc-name:= options from HOA]]).
|
||||
- =max-states=N= :: where =N= is an upper-bound on the maximum
|
||||
number of states of the constructed automaton.
|
||||
|
|
@ -515,7 +515,7 @@ that can be any of the following:
|
|||
starting automaton. Now, where is the difference? They both start by
|
||||
encoding the research of the =N-1= step and then:
|
||||
- =1= uses PicoSAT assumptions. It adds =steps= assumptions (each of
|
||||
them removing one more state) and then checks direclty the
|
||||
them removing one more state) and then checks directly the
|
||||
=N-1-(sat-incr-steps)= step. If such automaton is found, the process is
|
||||
restarted. Otherwise, a binary search begins between =N-1= and
|
||||
=N-1-sat-incr-steps=. If not provided, =sat-incr-steps= defaults to 6.
|
||||
|
|
@ -645,3 +645,10 @@ rm -f output.hoa output2.hoa
|
|||
* Python interface
|
||||
|
||||
See the [[https://spot.lrde.epita.fr/ipynb/satmin.html][=satmin.ipynb=]] notebook.
|
||||
|
||||
# LocalWords: utf html args SRC tgba dstar DTBA DT PicoSAT LPAR GF
|
||||
# LocalWords: unminimized SATSOLVER det tba degeneralized gfaexxb
|
||||
# LocalWords: svg txt BD ltlfilt DRA wm nba acc arg ltldo DBA WDBA
|
||||
# LocalWords: SCC TCONG powerset incr DTGBA wdba FGa FGb autfiltsm
|
||||
# LocalWords: Buchi GFa GFb DOUBLEQUOTEDSTRING langmap SATLOG csv
|
||||
# LocalWords: src sed sys satmin ipynb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue