Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Spot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
Spot
Commits
8483f7fc
Commit
8483f7fc
authored
Dec 27, 2015
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/org/tut.org: Minor fixes.
parent
134dfc73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
doc/org/tut.org
doc/org/tut.org
+12
-12
No files found.
doc/org/tut.org
View file @
8483f7fc
...
...
@@ -30,7 +30,7 @@ three interfaces supported by Spot: shell commands, Python, or C++.
* Examples in Python only
In directory =
wrap/
python/tests=, the [[file:install.org][Spot tarball]] contains a small
In directory =python/tests=, the [[file:install.org][Spot tarball]] contains a small
collection of IPython notebooks. As the name of the directory implies,
these are part of the test suite for the Python bindings, however they
can be interesting to look at if you want to see more code examples.
...
...
@@ -39,22 +39,22 @@ For convenience, the following links offer static HTML renderings of
these notebooks, but we strongly suggest interactively evaluating the
real notebooks instead.
- [[https://spot.lrde.epita.fr/ipynb/formulas.html][
formulas.ipynb
]] covers the basics of LTL/PSL formula parsing and
- [[https://spot.lrde.epita.fr/ipynb/formulas.html][
=formulas.ipynb=
]] covers the basics of LTL/PSL formula parsing and
printing, with some light operations
- [[https://spot.lrde.epita.fr/ipynb/automata.html][
automata.ipynb
]] covers translation from formulas to automata,
- [[https://spot.lrde.epita.fr/ipynb/automata.html][
=automata.ipynb=
]] covers translation from formulas to automata,
automata printing, and some lights transformations
- [[https://spot.lrde.epita.fr/ipynb/automata-io.html][
automata-io.ipynb
]] shows how to save and read automata from files
- [[https://spot.lrde.epita.fr/ipynb/piperead.html][
piperead.ipynb
]] shows how to save and read automata output from other
- [[https://spot.lrde.epita.fr/ipynb/automata-io.html][
=automata-io.ipynb=
]] shows how to save and read automata from files
- [[https://spot.lrde.epita.fr/ipynb/piperead.html][
=piperead.ipynb=
]] shows how to save and read automata output from other
commands, using pipes
- [[https://spot.lrde.epita.fr/ipynb/randaut.html][
randaut.ipynb
]] shows a simple case where the [[file:randaut.org][=randaut=]] commands
- [[https://spot.lrde.epita.fr/ipynb/randaut.html][
=randaut.ipynb=
]] shows a simple case where the [[file:randaut.org][=randaut=]] commands
generated random automata, which are displayed in a table before and
after acceptance simplification
- [[https://spot.lrde.epita.fr/ipynb/accparse.html][
accparse.ipynb
]] exercises the acceptance condition parser
- [[https://spot.lrde.epita.fr/ipynb/acc_cond.html][
acc_cond.ipynb
]] documents the interface for manipulating acceptance
- [[https://spot.lrde.epita.fr/ipynb/accparse.html][
=accparse.ipynb=
]] exercises the acceptance condition parser
- [[https://spot.lrde.epita.fr/ipynb/acc_cond.html][
=acc_cond.ipynb=
]] documents the interface for manipulating acceptance
conditions
- [[https://spot.lrde.epita.fr/ipynb/product.html][
product.ipynb
]] shows how to re-implement the product of two automata
- [[https://spot.lrde.epita.fr/ipynb/product.html][
=product.ipynb=
]] shows how to re-implement the product of two automata
in Python
- [[https://spot.lrde.epita.fr/ipynb/randltl.html][
randltl.ipynb
]] demonstrates a Python-version of [[file:randltl.org][=randltl=]]
- [[https://spot.lrde.epita.fr/ipynb/decompose.html][
decompose.ipynb
]] illustrates the =decompose_strength()= function
- [[https://spot.lrde.epita.fr/ipynb/testingaut.html][
testingaut.ipynb
]] shows the step necessary to build a testing
- [[https://spot.lrde.epita.fr/ipynb/randltl.html][
=randltl.ipynb=
]] demonstrates a Python-version of [[file:randltl.org][=randltl=]]
- [[https://spot.lrde.epita.fr/ipynb/decompose.html][
=decompose.ipynb=
]] illustrates the =decompose_strength()= function
- [[https://spot.lrde.epita.fr/ipynb/testingaut.html][
=testingaut.ipynb=
]] shows the step necessary to build a testing
automaton
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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