mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
This commit is contained in:
parent
9afc59d5b4
commit
34fc0cdd5c
4 changed files with 53 additions and 30 deletions
|
@ -332,10 +332,10 @@ namespace euf {
|
|||
propagated1 = true;
|
||||
}
|
||||
|
||||
for (auto* s : m_solvers) {
|
||||
if (s->unit_propagate())
|
||||
for (unsigned i = 0; i < m_solvers.size(); ++i)
|
||||
if (m_solvers[i]->unit_propagate())
|
||||
propagated1 = true;
|
||||
}
|
||||
|
||||
if (!propagated1)
|
||||
break;
|
||||
propagated = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue