* src/tgbatest/ltl2tgba.cc (main): Stop the SCC timer. I mean
really stop it!
This commit is contained in:
parent
b796bb3d0a
commit
1e19aa3a5f
2 changed files with 6 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ main(int argc, char** argv)
|
|||
{
|
||||
tm.start("reducing A_f w/ SCC");
|
||||
a = aut_scc = spot::scc_filter(a);
|
||||
tm.start("reducing A_f w/ SCC");
|
||||
tm.stop("reducing A_f w/ SCC");
|
||||
}
|
||||
|
||||
if (reduc_aut & !spot::Reduce_Scc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue