* src/tgbaalgos/emptinesscheck.cc (emptiness_check::print_stats):
New function. * src/tgbaalgos/emptinesscheck.hh (emptiness_check::print_stats): Likewise. * iface/gspn/ltlgspn.cc (main) <Couvreur>: Call print_stats(). * iface/gspn/ltleesrg.cc (main): Likewise.
This commit is contained in:
parent
4732d165db
commit
7a54e04800
5 changed files with 35 additions and 3 deletions
|
|
@ -146,12 +146,15 @@ main(int argc, char **argv)
|
|||
{
|
||||
std::cout << "non empty" << std::endl;
|
||||
}
|
||||
exit(1);
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cout << "empty" << std::endl;
|
||||
}
|
||||
std::cout << std::endl;
|
||||
ec.print_stats(std::cout);
|
||||
if (!res)
|
||||
exit(1);
|
||||
}
|
||||
break;
|
||||
case Magic:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue