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
|
|
@ -65,6 +65,8 @@ const char* default_algos[] = {
|
|||
"Cou99(poprem)",
|
||||
"Cou99(poprem shy !group)",
|
||||
"Cou99(poprem shy group)",
|
||||
"Cou99new",
|
||||
"Cou99abs",
|
||||
"CVWY90",
|
||||
"CVWY90(bsh=4K)",
|
||||
"GV04",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue