mirror of
https://github.com/Z3Prover/z3
synced 2026-02-27 02:25:38 +00:00
adding proof hint output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eb10ab1633
commit
6485808b49
6 changed files with 191 additions and 137 deletions
|
|
@ -351,8 +351,9 @@ namespace smt {
|
|||
|
||||
proof * ext_theory_propagation_justification::mk_proof(conflict_resolution & cr) {
|
||||
ptr_buffer<proof> prs;
|
||||
if (!antecedent2proof(cr, prs))
|
||||
if (!antecedent2proof(cr, prs)) {
|
||||
return nullptr;
|
||||
}
|
||||
context & ctx = cr.get_context();
|
||||
ast_manager & m = cr.get_manager();
|
||||
expr_ref fact(m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue