ec: Renault et al LPAR'13 emptiness check
In order to reuse the computation of the intersection between kripke and twa efficiently, we use template inheritance through the "mixin templates" technique. * spot/Makefile.am, spot/mc/Makefile.am, spot/mc/ec.hh, spot/mc/unionfind.cc, spot/mc/unionfind.hh: here.
This commit is contained in:
parent
87de88c80c
commit
3bafe693ef
5 changed files with 419 additions and 8 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 \
|
||||
twacube_algos parseaut parsetl . ltsmin gen
|
||||
twacube_algos mc parseaut parsetl . ltsmin gen
|
||||
|
||||
lib_LTLIBRARIES = libspot.la
|
||||
libspot_la_SOURCES =
|
||||
|
|
@ -44,6 +44,7 @@ libspot_la_LIBADD = \
|
|||
twa/libtwa.la \
|
||||
twacube_algos/libtwacube_algos.la \
|
||||
twacube/libtwacube.la \
|
||||
mc/libmc.la \
|
||||
../lib/libgnu.la \
|
||||
../picosat/libpico.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue