mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 05:00:51 +00:00
switch to solve_eqs2 tactic
This commit is contained in:
parent
f769e2f1f6
commit
3a37cfca30
24 changed files with 149 additions and 52 deletions
|
@ -26,7 +26,6 @@ void model_reconstruction_trail::replay(dependent_expr const& d, vector<dependen
|
|||
|
||||
added.push_back(d);
|
||||
|
||||
|
||||
for (auto& t : m_trail) {
|
||||
if (!t->m_active)
|
||||
continue;
|
||||
|
@ -69,6 +68,7 @@ model_converter_ref model_reconstruction_trail::get_model_converter() {
|
|||
// substituted variables by their terms.
|
||||
//
|
||||
|
||||
|
||||
scoped_ptr<expr_replacer> rp = mk_default_expr_replacer(m, false);
|
||||
expr_substitution subst(m, true, false);
|
||||
rp->set_substitution(&subst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue