mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 02:08:07 +00:00
fixing drat proofs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
836f156d54
commit
0b8dbf2854
3 changed files with 8 additions and 9 deletions
|
@ -2382,7 +2382,6 @@ namespace sat {
|
|||
while (num_marks > 0);
|
||||
|
||||
m_lemma[0] = ~consequent;
|
||||
m_drat.verify(m_lemma.size(), m_lemma.c_ptr());
|
||||
learn_lemma_and_backjump();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue