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:
parent
9130cfa17f
commit
162e114396
1 changed files with 2 additions and 3 deletions
|
|
@ -367,11 +367,10 @@ acceptance.
|
||||||
For our example, let us first generate a deterministic Rabin
|
For our example, let us first generate a deterministic Rabin
|
||||||
automaton with [[http://www.ltl2dstar.de/][=ltl2dstar=]].
|
automaton with [[http://www.ltl2dstar.de/][=ltl2dstar=]].
|
||||||
|
|
||||||
#+BEGIN_SRC sh :results verbatim :exports code
|
#+BEGIN_SRC sh :results silent
|
||||||
ltlfilt -f "FGa | FGb" -l |
|
ltlfilt -f "FGa | FGb" -l |
|
||||||
ltl2dstar --ltl2nba=spin:ltl2tgba@-Ds --output-format=hoa - - > output.hoa
|
ltl2dstar --ltl2nba=spin:ltl2tgba@-Ds --output-format=hoa - - > output.hoa
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
#+RESULTS:
|
|
||||||
|
|
||||||
Let's draw it:
|
Let's draw it:
|
||||||
#+NAME: autfiltsm1
|
#+NAME: autfiltsm1
|
||||||
|
|
@ -727,6 +726,6 @@ given, the useless sink state would have been kept and the output
|
||||||
automaton would have 6 states.
|
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
|
rm -f output.hoa output2.hoa
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue