convert: BDD to cube conversions
* README, configure.ac, spot/Makefile.am, spot/twacube_algos/Makefile.am, spot/twacube_algos/convert.cc spot/twacube_algos/convert.hh, tests/core/cube.cc, tests/core/cube.test: here.
This commit is contained in:
parent
7c3fdd6b97
commit
8d57700d6a
8 changed files with 257 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ AUTOMAKE_OPTIONS = subdir-objects
|
|||
# end, after building '.' (since the current directory contains
|
||||
# libspot.la needed by the tests)
|
||||
SUBDIRS = misc priv tl graph twa twacube twaalgos ta taalgos kripke \
|
||||
parseaut parsetl . ltsmin gen
|
||||
twacube_algos parseaut parsetl . ltsmin gen
|
||||
|
||||
lib_LTLIBRARIES = libspot.la
|
||||
libspot_la_SOURCES =
|
||||
|
|
@ -42,6 +42,7 @@ libspot_la_LIBADD = \
|
|||
tl/libtl.la \
|
||||
twaalgos/libtwaalgos.la \
|
||||
twa/libtwa.la \
|
||||
twacube_algos/libtwacube_algos.la \
|
||||
twacube/libtwacube.la \
|
||||
../lib/libgnu.la \
|
||||
../picosat/libpico.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue