* src/tgbatest/randtgba.cc: Complete performance measurements.

* src/tgbatest/ltl2tgba.cc: Typo.

* src/tgbaalgos/magic.hh: Correct pseudo-code.

dedicated to display of stats.
This commit is contained in:
Denis Poitrenaud 2005-01-25 12:31:05 +00:00
parent 1072b2dd99
commit 68c0aa2e38
4 changed files with 570 additions and 347 deletions

View file

@ -801,7 +801,7 @@ main(int argc, char** argv)
<< std::right << std::setw(10)
<< ecs->max_depth();
else
std::cout << "no stats,, ";
std::cout << "no stats, , ";
if (res)
std::cout << ", accepting run found";
else