Introduce cube data structure

* README, configure.ac, spot/Makefile.am,
spot/twacube/Makefile.am, spot/twacube/cube.cc,
spot/twacube/cube.hh, tests/Makefile.am,
tests/core/.gitignore, tests/core/cube.cc,
tests/core/cube.test: here.
This commit is contained in:
Etienne Renault 2015-11-30 15:31:17 +01:00
parent b7abe6f4b4
commit 7c3fdd6b97
10 changed files with 443 additions and 1 deletions

View file

@ -25,7 +25,7 @@ AUTOMAKE_OPTIONS = subdir-objects
# List directories in the order they must be built. Keep tests at the
# end, after building '.' (since the current directory contains
# libspot.la needed by the tests)
SUBDIRS = misc priv tl graph twa twaalgos ta taalgos kripke \
SUBDIRS = misc priv tl graph twa twacube twaalgos ta taalgos kripke \
parseaut parsetl . ltsmin gen
lib_LTLIBRARIES = libspot.la
@ -42,6 +42,7 @@ libspot_la_LIBADD = \
tl/libtl.la \
twaalgos/libtwaalgos.la \
twa/libtwa.la \
twacube/libtwacube.la \
../lib/libgnu.la \
../picosat/libpico.la