* 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
|
|
@ -1,3 +1,8 @@
|
||||||
|
2009-11-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* src/tgbatest/ltl2tgba.cc (main): Stop the SCC timer. I mean
|
||||||
|
really stop it!
|
||||||
|
|
||||||
2009-11-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2009-11-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Detect running timers, and stop a timer in ltl2tgba.
|
Detect running timers, and stop a timer in ltl2tgba.
|
||||||
|
|
|
||||||
|
|
@ -724,7 +724,7 @@ main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
tm.start("reducing A_f w/ SCC");
|
tm.start("reducing A_f w/ SCC");
|
||||||
a = aut_scc = spot::scc_filter(a);
|
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)
|
if (reduc_aut & !spot::Reduce_Scc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue