mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
working on binary drat format
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8d20310758
commit
08ce6f7ac1
11 changed files with 88 additions and 13 deletions
|
@ -337,7 +337,6 @@ namespace sat {
|
|||
|
||||
switch (num_lits) {
|
||||
case 0:
|
||||
if (m_config.m_drat) m_drat.add();
|
||||
set_conflict(justification());
|
||||
return nullptr;
|
||||
case 1:
|
||||
|
@ -2290,6 +2289,7 @@ namespace sat {
|
|||
unsigned new_sz = j;
|
||||
switch (new_sz) {
|
||||
case 0:
|
||||
if (m_config.m_drat) m_drat.add();
|
||||
set_conflict(justification());
|
||||
return false;
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue