* 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
|
|
@ -727,7 +727,7 @@ main(int argc, char** argv)
|
|||
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.");
|
||||
a = aut_red = new spot::tgba_reduc(a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue