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:
parent
8d233692b2
commit
c717b58827
7 changed files with 617 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue