autfilt: add a --remove-ap option

* src/tgbaalgos/remprop.cc, src/tgbaalgos/remprop.hh: New files.
* src/tgbaalgos/Makefile.am: Add them.
* src/tgbatest/remprop.test: New test.
* src/tgbatest/Makefile.am: Add it.
* src/bin/autfilt.cc: Implement the option.
* doc/org/autfilt.org: Document it.
This commit is contained in:
Alexandre Duret-Lutz 2015-03-24 17:58:39 +01:00
parent e592832a3e
commit 4553ac06cf
7 changed files with 497 additions and 32 deletions

View file

@ -64,6 +64,7 @@ tgbaalgos_HEADERS = \
reducerun.hh \
relabel.hh \
remfin.hh \
remprop.hh \
replayrun.hh \
safety.hh \
sbacc.hh \
@ -117,6 +118,7 @@ libtgbaalgos_la_SOURCES = \
reachiter.cc \
reducerun.cc \
remfin.cc \
remprop.cc \
replayrun.cc \
relabel.cc \
safety.cc \