mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
add shortcuts in rewriter, eliminate redundancies in dependent_expr tactic
This commit is contained in:
parent
bfae8b2162
commit
9845c33236
5 changed files with 50 additions and 25 deletions
|
@ -99,6 +99,7 @@ public:
|
|||
if (!in->proofs_enabled())
|
||||
m_simp->reduce();
|
||||
m_goal->elim_true();
|
||||
m_goal->elim_redundancies();
|
||||
m_goal->inc_depth();
|
||||
if (in->models_enabled())
|
||||
in->add(m_model_trail->get_model_converter().get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue