Add a decompose_scc() function

See #172.
While at it, fix typo in doxygen comment.

* spot/twaalgos/strength.cc, spot/twaalgos/strength.hh: New function.
* tests/python/decompose_scc.py, tests/Makefile.am: Test python
binding.

* spot/twaalgos/mask.hh: Fix typo.
This commit is contained in:
Clément Gillard 2017-02-02 17:57:40 +01:00
parent 289b2383ad
commit 164135d3d7
5 changed files with 117 additions and 2 deletions

View file

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