mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
set up model reconstruction trail
This commit is contained in:
parent
84af521514
commit
28668c6efc
8 changed files with 130 additions and 44 deletions
|
@ -244,12 +244,10 @@ namespace spacer {
|
|||
}
|
||||
|
||||
void iuc_solver::elim_proxies (expr_ref_vector &v) {
|
||||
expr_ref f = mk_and (v);
|
||||
scoped_ptr<expr_replacer> rep = mk_expr_simp_replacer (m);
|
||||
rep->set_substitution (&m_elim_proxies_sub);
|
||||
(*rep)(f);
|
||||
v.reset();
|
||||
flatten_and(f, v);
|
||||
(*rep)(v);
|
||||
flatten_and(v);
|
||||
}
|
||||
|
||||
void iuc_solver::get_iuc(expr_ref_vector &core) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue