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:
parent
5d021a18d6
commit
96531f29f2
11 changed files with 1663 additions and 1 deletions
|
|
@ -162,6 +162,7 @@
|
|||
#include <spot/twaalgos/are_isomorphic.hh>
|
||||
#include <spot/twaalgos/rabin2parity.hh>
|
||||
#include <spot/twaalgos/toparity.hh>
|
||||
#include <spot/twaalgos/car.hh>
|
||||
|
||||
#include <spot/parseaut/public.hh>
|
||||
|
||||
|
|
@ -683,6 +684,7 @@ def state_is_accepting(self, src) -> "bool":
|
|||
%include <spot/twaalgos/are_isomorphic.hh>
|
||||
%include <spot/twaalgos/rabin2parity.hh>
|
||||
%include <spot/twaalgos/toparity.hh>
|
||||
%include <spot/twaalgos/car.hh>
|
||||
|
||||
%pythonprepend spot::twa::dtwa_complement %{
|
||||
from warnings import warn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue