org: fix SAT example

* doc/org/satmin.org: Do not use ":export code" on
code that must be run on export.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-19 17:04:10 +02:00
parent 9130cfa17f
commit 162e114396

View file

@ -367,11 +367,10 @@ acceptance.
For our example, let us first generate a deterministic Rabin
automaton with [[http://www.ltl2dstar.de/][=ltl2dstar=]].
#+BEGIN_SRC sh :results verbatim :exports code
#+BEGIN_SRC sh :results silent
ltlfilt -f "FGa | FGb" -l |
ltl2dstar --ltl2nba=spin:ltl2tgba@-Ds --output-format=hoa - - > output.hoa
#+END_SRC
#+RESULTS:
Let's draw it:
#+NAME: autfiltsm1
@ -727,6 +726,6 @@ given, the useless sink state would have been kept and the output
automaton would have 6 states.
#+BEGIN_SRC sh :results verbatim :exports none
#+BEGIN_SRC sh :results silent :exports results
rm -f output.hoa output2.hoa
#+END_SRC