- 23 Oct, 2003 1 commit
-
-
Alexandre Duret-Lutz authored
(emptiness_check::tgba_emptiness_check): Do not print anything. (emptiness_check::counter_example): Assume that tgba_emptiness_check has already been called.
-
- 22 Oct, 2003 3 commits
-
-
Alexandre Duret-Lutz authored
(emptiness_check::seq_counter, emptiness_check::periode): Rename as ... (emptiness_check::prefix, emptiness_check::period): ... these.
-
Alexandre Duret-Lutz authored
(emptiness_check::tgba_emptiness_check, emptiness_check::accepting_path): Simplify BDD operations.
-
Alexandre Duret-Lutz authored
Reindent. (emptiness_check::~emptiness_check, emptiness_check::emptiness_check): Remove, unused.
-
- 07 Oct, 2003 1 commit
-
-
rebiha authored
counter_example. And we print the prefix and the periode of counter_example's result. * src/tgbatest/emptinesscheckexplicit.cc (main): We call tgba_emptiness_check before counter_example. * src/tgbatest/emptinesscheck.cc (main): We call tgba_emptiness_check before counter_example. * src/tgbaalgos/emptinesscheck.hh (spot): (spot::print_result): New methode to print the prefix and the periode of counter_example's result. * src/tgbaalgos/emptinesscheck.cc (spot): counter_example doesn't call tgba_emptiness_check. counter_example must be executed after calling tgba_emptiness_check. Remove tgba_emptiness_check calls. (print_result): New methode to print the prefix and the periode of counter_example's result. Remove most of all std::cout during execution of emptiness_check's methodes.
-
- 25 Sep, 2003 1 commit
-
-
rebiha authored
* src/tgbatest/emptinesscheckexplicit.cc (main): New file. * src/tgbatest/emptinesscheck.test: New file. * src/tgbatest/emptinesscheck.cc (main): New file. * src/tgbaalgos/emptinesscheck.cc (spot): New method. * src/tgbaalgos/emptinesscheck.hh: New interface.
-