Use the count_state() function instead of stats_reachable().

* src/tgbaalgos/postproc.cc: Move the count_state() function...
* src/priv/countstates.cc, src/priv/countstates.hh: ... in these
new files.
* src/priv/Makefile.am: Add them.
* src/saba/sabacomplementtgba.cc, src/tgba/tgbakvcomplement.cc,
src/tgbaalgos/minimize.cc: Use count_states() instead of
stats_reachable().
This commit is contained in:
Alexandre Duret-Lutz 2013-07-10 07:57:24 +02:00
parent 43b3df0ef0
commit f00d97b4ba
7 changed files with 87 additions and 33 deletions

View file

@ -24,6 +24,7 @@ noinst_HEADERS = \
acccompl.hh \
accconv.hh \
bddalloc.hh \
countstates.hh \
freelist.hh
noinst_LTLIBRARIES = libpriv.la
@ -31,6 +32,7 @@ libpriv_la_SOURCES = \
acccompl.cc \
accconv.cc \
bddalloc.cc \
countstates.cc \
freelist.cc