mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
This commit is contained in:
parent
1fd6b66ecc
commit
df95ed64e0
4 changed files with 27 additions and 26 deletions
|
@ -145,7 +145,8 @@ namespace q {
|
|||
ent.m_instantiated = true;
|
||||
|
||||
unsigned gen = get_new_gen(f, ent.m_cost);
|
||||
if (em.propagate(f.nodes(), gen, *f.c))
|
||||
bool new_propagation = false;
|
||||
if (em.propagate(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