mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
This commit is contained in:
parent
354bc50400
commit
6d6752b2aa
4 changed files with 15 additions and 6 deletions
|
@ -253,7 +253,7 @@ namespace q {
|
|||
euf::enode* r = nullptr;
|
||||
auto& v2r = ctx.values2root();
|
||||
TRACE("q",
|
||||
tout << "invert-app " << mk_pp(t, m) << " = " << mk_pp(value, m) << "\n";
|
||||
tout << "invert-app " << mk_pp(t, m) << " =\n" << mk_pp(value, m) << "\n";
|
||||
if (v2r.find(value, r))
|
||||
tout << "inverse " << mk_pp(r->get_expr(), m) << "\n";
|
||||
/*ctx.display(tout); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue