* src/tgbalagos/stats.hh, src/tgbalagos/stats.cc: New files.
* src/tgbalagos/Makefile.am: Add them. * wrap/python/spot.i: Include src/tgbalagos/dupexp.hh and src/tgbalagos/stats.hh
This commit is contained in:
parent
d13c9c179b
commit
834ce05235
5 changed files with 116 additions and 3 deletions
|
|
@ -34,7 +34,8 @@ tgbaalgos_HEADERS = \
|
|||
magic.hh \
|
||||
powerset.hh \
|
||||
reachiter.hh \
|
||||
save.hh
|
||||
save.hh \
|
||||
stats.hh
|
||||
|
||||
noinst_LTLIBRARIES = libtgbaalgos.la
|
||||
libtgbaalgos_la_SOURCES = \
|
||||
|
|
@ -47,4 +48,5 @@ libtgbaalgos_la_SOURCES = \
|
|||
magic.cc \
|
||||
powerset.cc \
|
||||
reachiter.cc \
|
||||
save.cc
|
||||
save.cc \
|
||||
stats.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue