* src/misc/minato.cc, src/misc/minato.hh: New files.

* src/misc/Makefile.am (misc_HEADERS, libmisc_la_SOURCES): Add them.
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Use minato_isop.
This commit is contained in:
Alexandre Duret-Lutz 2003-11-21 10:58:44 +00:00
parent 982c5efc6c
commit c317154df4
5 changed files with 186 additions and 9 deletions

View file

@ -7,9 +7,11 @@ misc_HEADERS = \
bddalloc.hh \
bddlt.hh \
hash.hh \
minato.hh \
version.hh
noinst_LTLIBRARIES = libmisc.la
libmisc_la_SOURCES = \
bddalloc.cc \
minato.cc \
version.cc