mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
#5641 - projection that skips interpreted functions can violate model evaluation.
This commit is contained in:
parent
0ca5e7207e
commit
d0fb3cba15
10 changed files with 46 additions and 36 deletions
|
@ -256,7 +256,7 @@ namespace q {
|
|||
tout << "invert-app " << mk_pp(t, m) << " = " << mk_pp(value, m) << "\n";
|
||||
if (v2r.find(value, r))
|
||||
tout << "inverse " << mk_pp(r->get_expr(), m) << "\n";
|
||||
ctx.display(tout);
|
||||
/*ctx.display(tout); */
|
||||
);
|
||||
if (v2r.find(value, r))
|
||||
return r->get_expr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue