remove wdbacomp.cc and wdbacomp.hh
The weak complementation is now implemented by dtgba_complement(), with dispatch based on the automaton property. * src/tgba/wdbacomp.cc, src/tgba/wdbacomp.hh: Remove. * src/tgba/Makefile.am: Adjust. * src/tgbaalgos/dtgbacomp.cc: Implement the weak version. * src/tgbaalgos/dtgbacomp.hh: Document it. * src/tgbaalgos/minimize.cc: Use dtgba_complement() instead.
This commit is contained in:
parent
c8b399c02a
commit
359e0c6fb4
6 changed files with 72 additions and 342 deletions
|
|
@ -38,8 +38,7 @@ tgba_HEADERS = \
|
|||
tgbaproxy.hh \
|
||||
tgbaproduct.hh \
|
||||
tgbasgba.hh \
|
||||
tgbasafracomplement.hh \
|
||||
wdbacomp.hh
|
||||
tgbasafracomplement.hh
|
||||
|
||||
noinst_LTLIBRARIES = libtgba.la
|
||||
libtgba_la_SOURCES = \
|
||||
|
|
@ -54,5 +53,4 @@ libtgba_la_SOURCES = \
|
|||
tgbamask.cc \
|
||||
tgbaproxy.cc \
|
||||
tgbasafracomplement.cc \
|
||||
tgbasgba.cc \
|
||||
wdbacomp.cc
|
||||
tgbasgba.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue