mirror of
https://github.com/Z3Prover/z3
synced 2026-03-03 12:16:54 +00:00
fixup proof log annotations of rules
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6485808b49
commit
65f38eac16
7 changed files with 49 additions and 42 deletions
|
|
@ -347,7 +347,7 @@ namespace smt {
|
|||
literal_vector & antecedents = m_tmp_literal_vector;
|
||||
antecedents.reset();
|
||||
justification2literals_core(js, antecedents);
|
||||
m_ctx.get_clause_proof().propagate(consequent, *js, antecedents);
|
||||
m_ctx.get_clause_proof().propagate(consequent, js, antecedents);
|
||||
for (literal l : antecedents)
|
||||
process_antecedent(l, num_marks);
|
||||
(void)consequent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue