Fix computation of product acceptance conditions, when the

two operands share some acceptance conditions.
* src/tgba/tgbaproduct.hh (tgba_product::left_acc_complement_,
tgba_product::right_acc_complement_): New attribute.
* src/tgba/tgbaproduct.cc (tgba_product::tgba_product): Set them.
(tgba_product::succ_iter): Use them.
* src/tgba/explpro2.test: New file.
* src/tgba/Makefile.am (TESTS): Add it.
This commit is contained in:
Alexandre Duret-Lutz 2003-08-22 10:07:02 +00:00
parent 8a44ed08ae
commit 7db71d9afe
5 changed files with 61 additions and 8 deletions

View file

@ -38,10 +38,11 @@ TESTS = \
ltlprod.test \
bddprod.test \
explprod.test \
explpro2.test \
tripprod.test \
mixprod.test \
spotlbtt.test \
ltlmagic.test
ltlmagic.test \
spotlbtt.test
EXTRA_DIST = $(TESTS)