Lift the SCC computation off future_condition_collectors, into

a new tgba_scc class.

* src/tgba/futurecondcol.cc, src/tgba/futurecondcol.hh: Move
all delegation functions and scc_map into ...
* src/tgba/tgbascc.cc, src/tgba/tgbascc.hh: ... these new files.
This commit is contained in:
Alexandre Duret-Lutz 2009-05-31 21:46:05 +02:00
parent 2cc7c253f1
commit 642c2b1a71
6 changed files with 218 additions and 94 deletions

View file

@ -40,6 +40,7 @@ tgba_HEADERS = \
tgbabddconcreteproduct.hh \
tgbabddcoredata.hh \
tgbabddfactory.hh \
tgbascc.hh \
tgbaexplicit.hh \
tgbaproduct.hh \
tgbatba.hh \
@ -58,6 +59,7 @@ libtgba_la_SOURCES = \
tgbabddconcretefactory.cc \
tgbabddconcreteproduct.cc \
tgbabddcoredata.cc \
tgbascc.cc \
tgbaexplicit.cc \
tgbaproduct.cc \
tgbatba.cc \