doc: add tut90.org about bdd_dict

Fixes #372.

* doc/org/tut90.org: New file.
* doc/Makefile.am, doc/org/tut.org: Add it.
* NEWS: Mention it.
* python/spot/__init__.py: Allow make_twa_graph with
default bdd_dict.
This commit is contained in:
Alexandre Duret-Lutz 2019-06-26 20:56:39 +02:00
parent 7f48a08ead
commit ad2f5524bb
5 changed files with 461 additions and 0 deletions

View file

@ -38,6 +38,8 @@ three interfaces supported by Spot: shell commands, Python, or C++.
- [[file:tut23.org][Creating an alternating automaton by adding states and transitions]]
- [[file:tut24.org][Iterating over alternating automata]]
- [[file:tut52.org][Creating an explicit Kripke structure]]
- [[file:tut90.org][Using the =bdd_dict= to associate atomic proposition to BDD
variables, or allocate anonymous BDD variables (advanced)]]
* Examples in C++ only