CAR: new algorithm for paritizing

* NEWS: Mention it.
* spot/twaalgos/car.cc, spot/twaalgos/car.hh, tests/python/car.py:
New files.
* spot/twaalgos/Makefile.am, tests/Makefile.am: Add them.
* python/spot/impl.i: Include CAR.
* spot/twa/acc.cc, spot/twa/acc.hh, spot/twa/twagraph.cc,
spot/twa/twagraph.hh: Add supporting methods.
This commit is contained in:
Florian Renkin 2020-02-21 11:00:47 +01:00
parent 5d021a18d6
commit 96531f29f2
11 changed files with 1663 additions and 1 deletions

View file

@ -372,6 +372,7 @@ TESTS_python = \
python/bdditer.py \
python/bddnqueen.py \
python/bugdet.py \
python/car.py \
python/complement_semidet.py \
python/declenv.py \
python/decompose_scc.py \