mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
added API to monitor clause inferences
See RELEASE_NOTES for more information examples pending.
This commit is contained in:
parent
77cbd89420
commit
07dd1065db
34 changed files with 505 additions and 122 deletions
|
@ -82,7 +82,8 @@ namespace smt {
|
|||
}
|
||||
|
||||
proof * unit_resolution_justification::mk_proof(conflict_resolution & cr) {
|
||||
SASSERT(m_antecedent);
|
||||
if (!m_antecedent)
|
||||
return nullptr;
|
||||
ast_manager& m = cr.get_manager();
|
||||
proof_ref_vector prs(m);
|
||||
proof * pr = cr.get_proof(m_antecedent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue