mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
set relevancy flag on enode
This commit is contained in:
parent
a90b66134d
commit
b87b464e69
10 changed files with 40 additions and 25 deletions
|
@ -51,7 +51,7 @@ namespace q {
|
|||
m_instantiations.reset();
|
||||
for (sat::literal lit : m_qs.m_universal) {
|
||||
quantifier* q = to_quantifier(ctx.bool_var2expr(lit.var()));
|
||||
if (!ctx.is_relevant(q))
|
||||
if (!ctx.is_relevant(lit.var()))
|
||||
continue;
|
||||
init_model();
|
||||
switch (check_forall(q)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue