synthesis: Fix for implication decomposition
* spot/twaalgos/synthesis.cc: here
This commit is contained in:
parent
3cd43f618c
commit
27816ea438
1 changed files with 1 additions and 1 deletions
|
|
@ -1737,7 +1737,7 @@ namespace // anonymous for subsformula
|
|||
std::vector<formula> children;
|
||||
for (auto fi : f)
|
||||
children.push_back(
|
||||
extract_and(fi, outs, can_extract_impl, form2props));
|
||||
extract_and(fi, outs, false, form2props));
|
||||
return formula::And(children);
|
||||
}
|
||||
if (f.is(op::Not))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue