dstar: Improve conversion from DRA to BA.
Extended former conversion from DRA->DBA to handle the case where some SCC is not DBA-realizable. * src/dstarparse/dra2dba.cc: Rename as... * src/dstarparse/dra2ba.cc: ... this. (dra_to_dba, dra_to_dba_worker): Rename as... (dra_to_ba, dra_to_ba_worker): ... these and extend. * src/dstarparse/Makefile.am, src/dstarparse/public.hh, src/dstarparse/dstar2tgba.cc, src/dstarparse/nra2nba.cc: Adjust. * NEWS: Update the description of dstar2tgba accordingly.
This commit is contained in:
parent
c58bfbd2ee
commit
d7027c34d3
6 changed files with 128 additions and 38 deletions
|
|
@ -52,7 +52,7 @@ EXTRA_DIST = $(DSTARPARSE_YY)
|
|||
|
||||
libdstarparse_la_SOURCES = \
|
||||
fmterror.cc \
|
||||
dra2dba.cc \
|
||||
dra2ba.cc \
|
||||
dstar2tgba.cc \
|
||||
nra2nba.cc \
|
||||
nsa2tgba.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue