* src/tgbatest/ltl2tgba.cc (main): Fix typo to re-enable

reductions by simulation.
This commit is contained in:
Alexandre Duret-Lutz 2009-11-26 17:40:21 +01:00
parent deff1a5ca7
commit d362e752d1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/ltl2tgba.cc (main): Fix typo to re-enable
reductions by simulation.
2009-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2009-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* m4/buddy.m4 (AX_CHECK_BUDDY): Check for bdd_satprefix, the * m4/buddy.m4 (AX_CHECK_BUDDY): Check for bdd_satprefix, the

View file

@ -727,7 +727,7 @@ main(int argc, char** argv)
tm.stop("reducing A_f w/ SCC"); tm.stop("reducing A_f w/ SCC");
} }
if (reduc_aut & !spot::Reduce_Scc) if (reduc_aut & ~spot::Reduce_Scc)
{ {
tm.start("reducing A_f w/ sim."); tm.start("reducing A_f w/ sim.");
a = aut_red = new spot::tgba_reduc(a); a = aut_red = new spot::tgba_reduc(a);