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:
parent
289b2383ad
commit
164135d3d7
5 changed files with 117 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue