* src/tgba/tgbaproduct.cc (state_bdd_product::state_bdd_product):

New constructor.
* src/tgba/tgbaproduct.hh (state_bdd_product::state_bdd_product):
New constructor.
* tgbatest/tripprod.cc, tgbatest/tripprod.test: New files.
* src/tgbatest/Makefile.am (check_PROGRAMS): Add explprod.
(tripprod_SOURCES): New variable.
(CLEANFILES): Add input3.
(TESTS): Add tripprod.test.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-17 14:54:30 +00:00
parent 4db70160c9
commit fd12c02345
8 changed files with 127 additions and 7 deletions

View file

@ -29,9 +29,9 @@ main(int argc, char** argv)
return 2;
spot::tgba_parse_error_list pel2;
spot::tgba_explicit* a2 = spot::tgba_parse(argv[2], pel2, env);
if (spot::format_tgba_parse_errors(std::cerr, pel1))
if (spot::format_tgba_parse_errors(std::cerr, pel2))
return 2;
{
spot::tgba_product p(*a1, *a2);
spot::tgba_save_reachable(std::cout, p);