autfilt: add a --sbacc option
... to force automata into state-based acceptance. * src/tgbaalgos/sbacc.cc, src/tgbaalgos/sbacc.hh, src/tgbatest/sbacc.test: New files. * src/tgbaalgos/Makefile.am, src/tgbatest/Makefile.am: Add them. * src/tgba/tgbagraph.hh (copy_acceptance_conditions_of): Call set_acceptance_conditions(). * src/bin/autfilt.cc: Add option --sbacc.
This commit is contained in:
parent
cbee5c1a3f
commit
acb67c1bf6
7 changed files with 238 additions and 4 deletions
|
|
@ -64,6 +64,7 @@ tgbaalgos_HEADERS = \
|
|||
relabel.hh \
|
||||
replayrun.hh \
|
||||
safety.hh \
|
||||
sbacc.hh \
|
||||
sccfilter.hh \
|
||||
scc.hh \
|
||||
sccinfo.hh \
|
||||
|
|
@ -115,6 +116,7 @@ libtgbaalgos_la_SOURCES = \
|
|||
replayrun.cc \
|
||||
relabel.cc \
|
||||
safety.cc \
|
||||
sbacc.cc \
|
||||
scc.cc \
|
||||
sccinfo.cc \
|
||||
sccfilter.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue