A new complementation construction based on ranking.
* src/tgba/tgbacomplement.cc, src/tgba/tgbacomplement.hh: The construction. * src/tgbatest/Makefile.am: Adjust. * src/tgbatest/complementation.cc: Add options to support this construction in addition to Safra construction. * src/tgba/Makefile.am: Adjust. * src/tgbatest/complementation.test: Adjust to test also this complementation.
This commit is contained in:
parent
d037008cdc
commit
d6e22c0674
7 changed files with 984 additions and 12 deletions
|
|
@ -26,6 +26,7 @@ set -e
|
|||
|
||||
while read f; do
|
||||
run 0 ../complement -f "$f"
|
||||
run 0 ../complement -S -f "$f"
|
||||
done <<EOF
|
||||
GFa
|
||||
FGa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue