Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
162e1143
Commit
162e1143
authored
Jun 19, 2015
by
Alexandre Duret-Lutz
Browse files
org: fix SAT example
* doc/org/satmin.org: Do not use ":export code" on code that must be run on export.
parent
9130cfa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/satmin.org
View file @
162e1143
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment