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:
parent
2cc7c253f1
commit
642c2b1a71
6 changed files with 218 additions and 94 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue