Add a remove_fin() algorithm
* src/bin/autfilt.cc: Add remove_fin(). * src/tgba/acc.cc, src/tgba/acc.hh: Add is_dnf() and simplify eval(). * src/tgbaalgos/remfin.cc, src/tgbaalgos/remfin.hh: New files. * src/tgbaalgos/Makefile.am: Add them. * src/tgbatest/remfin.test: New file. * src/tgbatest/Makefile.am: Add it.
This commit is contained in:
parent
1441c4fe34
commit
85508a0ea6
8 changed files with 667 additions and 24 deletions
|
|
@ -62,6 +62,7 @@ tgbaalgos_HEADERS = \
|
|||
reachiter.hh \
|
||||
reducerun.hh \
|
||||
relabel.hh \
|
||||
remfin.hh \
|
||||
replayrun.hh \
|
||||
safety.hh \
|
||||
sbacc.hh \
|
||||
|
|
@ -113,6 +114,7 @@ libtgbaalgos_la_SOURCES = \
|
|||
randomize.cc \
|
||||
reachiter.cc \
|
||||
reducerun.cc \
|
||||
remfin.cc \
|
||||
replayrun.cc \
|
||||
relabel.cc \
|
||||
safety.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue