3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 02:45:51 +00:00

add assertions to simplifier

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-01-14 22:09:48 +05:30
parent bd879c1016
commit e28701a64c
14 changed files with 391 additions and 213 deletions

View file

@ -2435,7 +2435,6 @@ namespace qe {
cache_result(q, q, 0);
return;
}
ast_manager& m = m_manager;
quantifier_ref new_q(m);
expr * new_body = 0;
@ -2461,7 +2460,6 @@ namespace qe {
}
void expr_quant_elim_star1::reduce_with_assumption(expr* ctx, expr* fml, expr_ref& result) {
ast_manager& m = m_manager;
proof_ref pr(m);
m_assumption = ctx;
(*this)(fml, result, pr);