mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
remove incorrect check for quantifier
This commit is contained in:
parent
e5984dd397
commit
a96b7d243a
|
@ -34,8 +34,6 @@ public:
|
||||||
proof_ref pr(m);
|
proof_ref pr(m);
|
||||||
for (unsigned idx : indices()) {
|
for (unsigned idx : indices()) {
|
||||||
auto const& d = m_fmls[idx];
|
auto const& d = m_fmls[idx];
|
||||||
if (!has_quantifiers(d.fml()))
|
|
||||||
continue;
|
|
||||||
m_rewriter(d.fml(), r, pr);
|
m_rewriter(d.fml(), r, pr);
|
||||||
m_fmls.update(idx, dependent_expr(m, r, d.dep()));
|
m_fmls.update(idx, dependent_expr(m, r, d.dep()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue