mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
fixes to proof logging and checking
This commit is contained in:
parent
4388719848
commit
993ff40826
7 changed files with 100 additions and 27 deletions
|
@ -182,9 +182,9 @@ public:
|
|||
}
|
||||
m_solver->pop(1);
|
||||
std::cout << "(verified-smt";
|
||||
if (proof_hint) std::cout << " " << mk_bounded_pp(proof_hint, m, 4);
|
||||
if (proof_hint) std::cout << "\n" << mk_bounded_pp(proof_hint, m, 4);
|
||||
for (expr* arg : clause)
|
||||
std::cout << " " << mk_bounded_pp(arg, m);
|
||||
std::cout << "\n " << mk_bounded_pp(arg, m);
|
||||
std::cout << ")\n";
|
||||
add_clause(clause);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue