mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +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
|
@ -66,7 +66,7 @@ namespace q {
|
|||
ptr_vector<quantifier> univ;
|
||||
for (sat::literal lit : m_qs.universal()) {
|
||||
quantifier* q = to_quantifier(ctx.bool_var2expr(lit.var()));
|
||||
if (ctx.is_relevant(q))
|
||||
if (ctx.is_relevant(lit.var()))
|
||||
univ.push_back(q);
|
||||
}
|
||||
if (univ.empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue