mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
add default simplifications as tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ed846a9ff3
commit
352912c6b5
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ class horn_tactic : public tactic {
|
|||
expr_substitution sub(m);
|
||||
sub.insert(q, m.mk_false());
|
||||
scoped_ptr<expr_replacer> rep = mk_default_expr_replacer(m);
|
||||
rep->set_substitution(&sub);
|
||||
g->inc_depth();
|
||||
g->reset();
|
||||
result.push_back(g.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue