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

3
NEWS
View file

@ -88,6 +88,9 @@ New in spot 2.8.6.dev (not yet released)
same transition structure (where the ..._maybe() variant would
modify the Rabin automaton if needed).
- car() is a new variant of LAR algorithm that combines several
strategies for paritazing any automaton.
New in spot 2.8.6 (2020-02-19)
Bugs fixed: