alternation: fix bug introduced in oe_combiner
turns out sometimes we want to account for bddfalse
This commit is contained in:
parent
66f0ab85d0
commit
2d11d907ef
1 changed files with 1 additions and 2 deletions
|
|
@ -83,8 +83,7 @@ namespace spot
|
||||||
e.cond = bddfalse;
|
e.cond = bddfalse;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res2 != bddfalse)
|
res &= res2;
|
||||||
res &= res2;
|
|
||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue