mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
adding drat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0b711c5ef8
commit
61341b8879
7 changed files with 144 additions and 47 deletions
|
@ -90,6 +90,7 @@ namespace sat {
|
|||
mus m_mus; // MUS for minimal core extraction
|
||||
drat m_drat; // DRAT for generating proofs
|
||||
bool m_inconsistent;
|
||||
bool m_searching;
|
||||
// A conflict is usually a single justification. That is, a justification
|
||||
// for false. If m_not_l is not null_literal, then m_conflict is a
|
||||
// justification for l, and the conflict is union of m_no_l and m_conflict;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue