3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

#5417 again, refining root clauses above search level

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-19 16:56:10 -07:00
parent 7af2309fae
commit 49bd3ad159
2 changed files with 9 additions and 2 deletions

View file

@ -62,7 +62,7 @@ namespace q {
if (l.sign() == is_forall(e)) {
sat::literal lit = skolemize(q);
add_clause(~l, lit);
ctx.add_aux(~l, lit);
ctx.add_root(~l, lit);
}
else {
ctx.push_vec(m_universal, l);