Delete the cutscc algorithms.

These were used in old experiments, but have not turned useful in
practice.  Not worth keeping and maintaining.

* src/tgbaalgos/cutscc.cc, src/tgbaalgos/cutscc.hh: Delete.
* bench/scc-stats/, bench/split-product/: Delete.
* configure.ac, src/tgbaalgos/Makefile.am, README, bench/Makefile.am:
Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2014-07-31 11:41:10 +02:00
parent 1a93166d15
commit 401179eae7
30 changed files with 2 additions and 2740 deletions

View file

@ -31,7 +31,6 @@ tgbaalgos_HEADERS = \
bfssteps.hh \
complete.hh \
compsusp.hh \
cutscc.hh \
cycles.hh \
dtgbacomp.hh \
degen.hh \
@ -79,7 +78,6 @@ libtgbaalgos_la_SOURCES = \
bfssteps.cc \
complete.cc \
compsusp.cc \
cutscc.cc \
cycles.cc \
dtgbacomp.cc \
degen.cc \