scc_info: add Python bindings

Related to #172, where we discussed that scc_info bindings were
missing.

* spot/twaalgos/sccinfo.hh (spot::scc_info::scc_node): Move...
(spot::scc_info_node): ... here to help Swig.
* python/spot/impl.i: Add bindings for scc_info.
* tests/python/sccinfo.py: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2017-02-20 14:29:25 +01:00
parent 803f9a5dd8
commit 289b2383ad
4 changed files with 187 additions and 83 deletions

View file

@ -331,6 +331,7 @@ TESTS_python = \
python/alternating.py \
python/bddnqueen.py \
python/bugdet.py \
python/sccinfo.py \
python/implies.py \
python/interdep.py \
python/ltl2tgba.test \