implement NCSB complementation

* spot/twaalgos/isdet.cc,spot/twaalgos/isdet.hh: Two new functions to
highlight deterministic SCCs
* spot/twaalgos/complement.cc,spot/twaalgos/complement.hh:
Implementation of the NCSB complementation algorithm
* tests/Makefile.am, tests/python/complement_semidet.py: Test the
implementation
* NEWS: document function
This commit is contained in:
Antoine Martin 2018-06-05 15:11:47 +02:00
parent 8d233692b2
commit c717b58827
7 changed files with 617 additions and 1 deletions

View file

@ -366,6 +366,7 @@ TESTS_python = \
python/bdditer.py \
python/bddnqueen.py \
python/bugdet.py \
python/complement_semidet.py \
python/declenv.py \
python/_word.ipynb \
python/decompose_scc.py \