Add a new, parameterized, version of the Couvreur emptiness check.
This version has optimization for explicit twa, and also for weak and terminal (depending on whether an accepting run is requested) automata. * spot/twaalgos/couvreurnew.hh, spot/twaalgos/couvreurnew.cc, spot/twaalgos/Makefile.am: New files for the new algorithm. * spot/twaalgos/emptiness.cc, tests/core/randtgba.cc: Register new algorithm.
This commit is contained in:
parent
f0416b3f3c
commit
1a08eca840
6 changed files with 927 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ twaalgos_HEADERS = \
|
|||
magic.hh \
|
||||
mask.hh \
|
||||
minimize.hh \
|
||||
couvreurnew.hh \
|
||||
neverclaim.hh \
|
||||
postproc.hh \
|
||||
powerset.hh \
|
||||
|
|
@ -109,6 +110,7 @@ libtwaalgos_la_SOURCES = \
|
|||
magic.cc \
|
||||
mask.cc \
|
||||
minimize.cc \
|
||||
couvreurnew.cc \
|
||||
ndfs_result.hxx \
|
||||
neverclaim.cc \
|
||||
postproc.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue