mirror of
https://github.com/Z3Prover/z3
synced 2025-11-14 01:51:16 +00:00
parent
f98b94bdbc
commit
896a1b2048
17 changed files with 59 additions and 56 deletions
|
|
@ -1163,7 +1163,7 @@ namespace spacer_qe {
|
|||
tout << "substituting " << mk_pp (m_var->x (), m) << " by " << mk_pp (x_term, m) << "\n";
|
||||
);
|
||||
}
|
||||
scoped_ptr<expr_replacer> rep = mk_default_expr_replacer (m);
|
||||
scoped_ptr<expr_replacer> rep = mk_default_expr_replacer (m, false);
|
||||
rep->set_substitution (&sub);
|
||||
(*rep)(fml);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue