python: add bindings for bdd_to_formula()

Follow-up to an email from Ayrat Khalimov.

* python/spot/impl.i: Include twa/formula2bdd.hh.
* python/spot/__init__.py: Make the dictionnary
optional.
* spot/twa/formula2bdd.cc: Throw an exception instead of asserting.
* tests/python/bdditer.py: New file.
* tests/Makefile.am: Add it.
* NEWS: Update.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-08 15:18:49 +01:00
parent df44616dfd
commit 4e9303e380
6 changed files with 78 additions and 3 deletions

View file

@ -327,6 +327,7 @@ TESTS_python = \
python/alarm.py \
python/alternating.py \
python/bddnqueen.py \
python/bdditer.py \
python/bugdet.py \
python/sccinfo.py \
python/decompose_scc.py \