Introduce some masked tgba.
* src/tgba/tgbamask.cc, src/tgba/tgbamask.hh, src/tgba/tgbaproxy.cc, src/tgba/tgbaproxy.hh: New files. * src/tgba/Makefile.am: Add them. * src/tgbatest/explicit3.cc, src/tgbatest/explicit3.test: New files. * src/tgbatest/Makefile.am: Add them.
This commit is contained in:
parent
68ce9980d1
commit
ce0aec604c
9 changed files with 607 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ check_PROGRAMS = \
|
|||
complement \
|
||||
explicit \
|
||||
explicit2 \
|
||||
explicit3 \
|
||||
expldot \
|
||||
explprod \
|
||||
intvcomp \
|
||||
|
|
@ -53,6 +54,7 @@ bitvect_SOURCES = bitvect.cc
|
|||
complement_SOURCES = complementation.cc
|
||||
explicit_SOURCES = explicit.cc
|
||||
explicit2_SOURCES = explicit2.cc
|
||||
explicit3_SOURCES = explicit3.cc
|
||||
expldot_SOURCES = powerset.cc
|
||||
expldot_CXXFLAGS = -DDOTTY
|
||||
explprod_SOURCES = explprod.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue