mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Switch spacer::qe_project to new model API
This commit is contained in:
parent
fffc8489bf
commit
5e65b37f25
5 changed files with 54 additions and 67 deletions
|
@ -62,7 +62,7 @@ extern "C"
|
|||
expr_ref result (mk_c(c)->m ());
|
||||
result = to_expr (body);
|
||||
model_ref model (to_model_ref (m));
|
||||
spacer::qe_project (mk_c(c)->m (), vars, result, model);
|
||||
spacer::qe_project (mk_c(c)->m (), vars, result, *model);
|
||||
mk_c(c)->save_ast_trail (result.get ());
|
||||
|
||||
return of_expr (result.get ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue