mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
This commit is contained in:
parent
df9084ba23
commit
1dedfe3164
4 changed files with 18 additions and 7 deletions
|
@ -146,7 +146,7 @@ namespace q {
|
|||
|
||||
unsigned gen = get_new_gen(f, ent.m_cost);
|
||||
bool new_propagation = false;
|
||||
if (em.propagate(f.nodes(), gen, *f.c, new_propagation))
|
||||
if (em.propagate(true, f.nodes(), gen, *f.c, new_propagation))
|
||||
return;
|
||||
|
||||
auto* ebindings = m_subst(q, num_bindings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue