Add a class to convert a bdd into its complement.

* src/misc/acccompl.cc, src/misc/acccompl.hh: Add a way to
an acceptance condition in an automaton, into its
complement.
Create a method to make the reverse operation.
* src/misc/Makefile.am: Add the new files to the compilation.
This commit is contained in:
Thomas Badie 2012-03-08 21:55:36 +01:00
parent d3be530410
commit e75ad57446
3 changed files with 176 additions and 0 deletions

View file

@ -30,6 +30,7 @@ nodist_misc_HEADERS = _config.h
DISTCLEANFILES = _config.h
misc_HEADERS = \
acccompl.hh \
accconv.hh \
bareword.hh \
bddalloc.hh \
@ -55,6 +56,7 @@ misc_HEADERS = \
noinst_LTLIBRARIES = libmisc.la
libmisc_la_SOURCES = \
acccompl.cc \
accconv.cc \
bareword.cc \
bddalloc.cc \