mirror of
https://github.com/Z3Prover/z3
synced 2025-10-27 17:59:24 +00:00
cave in to supporting proofs (partially) in simplifiers, updated doc
This commit is contained in:
parent
aaabbfb594
commit
80033e8744
36 changed files with 157 additions and 108 deletions
|
|
@ -38,7 +38,7 @@ public:
|
|||
for (unsigned idx : indices()) {
|
||||
expr* f = m_fmls[idx].fml();
|
||||
if (is_quantifier(f) && simplify_inj_axiom(m, to_quantifier(f), r))
|
||||
m_fmls.update(idx, dependent_expr(m, r, m_fmls[idx].dep()));
|
||||
m_fmls.update(idx, dependent_expr(m, r, nullptr, m_fmls[idx].dep()));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue