mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
parent
89c9bb2e0e
commit
1eab774b91
7 changed files with 77 additions and 59 deletions
|
@ -430,6 +430,10 @@ namespace smt {
|
|||
tout << "#" << n->get_arg(i)->get_owner_id() << " ";
|
||||
}
|
||||
tout << "\n";
|
||||
for (expr* arg : args) {
|
||||
tout << mk_pp(arg, m) << " ";
|
||||
}
|
||||
tout << "\n";
|
||||
tout << "value: #" << n->get_owner_id() << "\n" << mk_ismt2_pp(result, m) << "\n";);
|
||||
if (fi->get_entry(args.c_ptr()) == nullptr)
|
||||
fi->insert_new_entry(args.c_ptr(), result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue