python: port the tut22.org example to Python

* wrap/python/spot_impl.i: Extend acc_cond::mark_t to with a constructor
that takes a vector.
* doc/org/tut22.org: Add a Python version.
* doc/org/tut.org: Adjust the list, we don't have any C++-specific
example.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-12-15 19:01:33 +01:00
parent 9313222e95
commit c39d35d068
4 changed files with 82 additions and 15 deletions

View file

@ -26,13 +26,7 @@ three interfaces supported by Spot: shell commands, Python, or C++.
- [[file:tut03.org][Constructing and transforming formulas]]
- [[file:tut21.org][Custom print of an automaton]]
* Examples in C++ only
The following examples are too low-level to be implemented in shell or
Python (at least at the moment), so they are purely C++ so far.
- [[file:tut22.org][Creating an automaton in C++]]
- [[file:tut22.org][Creating an automaton by adding states and transitions]]
* Examples in Python only