bin: make HOA the default output
* bin/common_aoutput.cc: Make HOA the default output. * NEWS: Mention this. * doc/org/autfilt.org, doc/org/dstar2tgba.org, doc/org/hoa.org, doc/org/ltl2tgba.org, doc/org/ltl2tgta.org, doc/org/ltlcross.org, doc/org/ltldo.org, doc/org/oaut.org, doc/org/randaut.org, doc/org/satmin.org, doc/org/tut02.org, doc/org/tut03.org, doc/org/tut20.org, doc/org/tut21.org, doc/org/tut30.org, tests/core/dstar.test, tests/core/ltldo2.test, tests/core/monitor.test, tests/python/piperead.ipynb: Adjust.
This commit is contained in:
parent
9d6727da5c
commit
d0b38156f3
21 changed files with 327 additions and 250 deletions
|
|
@ -6,7 +6,7 @@
|
|||
Consider the following Rabin automaton, generated by =ltl2dstar=:
|
||||
|
||||
#+BEGIN_SRC sh :results silent :exports both
|
||||
ltldo ltl2dstar -f 'F(Xp1 xor XXp1)' -H > tut30.hoa
|
||||
ltldo ltl2dstar -f 'F(Xp1 xor XXp1)' > tut30.hoa
|
||||
#+END_SRC
|
||||
|
||||
#+RESULTS:
|
||||
|
|
@ -68,16 +68,15 @@ any acceptance to Büchi acceptance.
|
|||
* Shell
|
||||
|
||||
We use =autfilt= with option =-B= to request Büchi acceptance and
|
||||
state-based output, =-D= to express a preference for deterministic
|
||||
output, and =-H= for output in the HOA format. Using option
|
||||
=-D/--deterministic= (or =--small=) actually activates the
|
||||
"postprocessing" routines of Spot: the acceptance will not only be
|
||||
changed to Büchi, but simplification routines (useless SCCs removal,
|
||||
simulation-based reductions, acceptance sets simplifications,
|
||||
WDBA-minimization, ...) will also be applied.
|
||||
state-based output and =-D= to express a preference for deterministic
|
||||
output. Using option =-D/--deterministic= (or =--small=) actually
|
||||
activates the "postprocessing" routines of Spot: the acceptance will
|
||||
not only be changed to Büchi, but simplification routines (useless
|
||||
SCCs removal, simulation-based reductions, acceptance sets
|
||||
simplifications, WDBA-minimization, ...) will also be applied.
|
||||
|
||||
#+BEGIN_SRC sh :results verbatim :exports both :wrap SRC hoa
|
||||
autfilt -B -D -H tut30.hoa
|
||||
autfilt -B -D tut30.hoa
|
||||
#+END_SRC
|
||||
#+RESULTS:
|
||||
#+BEGIN_SRC hoa
|
||||
|
|
@ -108,7 +107,7 @@ State: 4
|
|||
|
||||
#+NAME: tut30out
|
||||
#+BEGIN_SRC sh :results verbatim :exports none
|
||||
autfilt -B -D tut30.hoa
|
||||
autfilt -B -D -d tut30.hoa
|
||||
#+END_SRC
|
||||
|
||||
#+RESULTS: tut30out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue