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

5
NEWS
View file

@ -30,6 +30,11 @@ New in spot 2.7.5.dev (not yet released)
amongst "Inf(0)", "t", or "f", and persistance properties have an
acceptance condition among "Fin(0)", "t", or "f".
Documentation:
- https://spot.lrde.epita.fr/tut90.html is a new file that explains
the purpose of the =spot::bdd_dict= object.
Library:
- Add generic_accepting_run() as a variant of generic_emptiness_check() that