mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
make roots uniform for theory lemmas
This commit is contained in:
parent
69b4392210
commit
a90b66134d
7 changed files with 20 additions and 38 deletions
|
@ -71,7 +71,6 @@ namespace q {
|
|||
euf::solver::scoped_generation sg(ctx, generation + 1);
|
||||
sat::literal lit = ctx.mk_literal(fml);
|
||||
m_qs.add_clause(~qlit, ~lit);
|
||||
ctx.add_root(~qlit, ~lit);
|
||||
}
|
||||
m_instantiations.reset();
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue