mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
Simplified asserted_formulas. From now on, we should use tactics for qe, der, solve, etc.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4237ac0dbf
commit
026c81ba29
15 changed files with 20 additions and 975 deletions
|
@ -329,7 +329,6 @@ void expr_strong_context_simplifier::simplify_basic(expr* fml, expr_ref& result)
|
|||
result = fml;
|
||||
return;
|
||||
}
|
||||
flet<bool> fl1(m_params.m_strong_context_simplifier, false);
|
||||
|
||||
ptr_vector<expr> todo;
|
||||
ptr_vector<expr> names;
|
||||
|
@ -480,7 +479,6 @@ void expr_strong_context_simplifier::simplify_model_based(expr* fml, expr_ref& r
|
|||
result = fml;
|
||||
return;
|
||||
}
|
||||
flet<bool> fl1(m_params.m_strong_context_simplifier, false);
|
||||
|
||||
ptr_vector<expr> todo;
|
||||
ptr_vector<expr> names;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue