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
|
|
@ -72,6 +72,7 @@ TESTS = \
|
|||
det.test \
|
||||
neverclaimread.test \
|
||||
hoaparse.test \
|
||||
remfin.test \
|
||||
dstar.test \
|
||||
readsave.test \
|
||||
ltldo.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue