diff --git a/doc/org/autfilt.org b/doc/org/autfilt.org index e1b772522..49276067d 100644 --- a/doc/org/autfilt.org +++ b/doc/org/autfilt.org @@ -27,7 +27,7 @@ same stream, =autfilt= will process them in batch. The output format can be controlled using [[file:oaut.org][the common output options]] (like =--spin=, =--lbtt=, =--dot=, =--hoaf=...). -#+BEGIN_SRC sh :results silent :exports code +#+BEGIN_SRC sh :results silent :exports both cat >example.hoa <aut-ex1.hoa<%O' 'ltl3ba -f %s >%O' #+END_SRC @@ -722,14 +722,14 @@ generation of random formulas. For instance the following command will run the translators on an infinite number of formulas, saving any problematic formula in =bugs.ltl=. -#+BEGIN_SRC sh :export code :eval no +#+BEGIN_SRC sh :exports code :eval no randltl -n -1 --tree-size 10..25 a b c | ltlcross --save-bogus=bugs.ltl 'ltl2tgba --lbtt %f >%O' 'ltl3ba -f %s >%O' #+END_SRC You can periodically check the contents of =bugs.ltl=, and then run =ltlcross= only on those formulas to look at the problems: -#+BEGIN_SRC sh :export code :eval no +#+BEGIN_SRC sh :exports code :eval no ltlcross -F bugs.ltl 'ltl2tgba --lbtt %f >%O' 'ltl3ba -f %s >%O' #+END_SRC