* src/tgbatest/ltl2tgba.cc (main): Fix typo to re-enable
reductions by simulation.
This commit is contained in:
parent
deff1a5ca7
commit
d362e752d1
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue