mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
DRAT debugging updates
This commit is contained in:
parent
6d0b89a989
commit
797f50e699
6 changed files with 19 additions and 6 deletions
|
@ -112,6 +112,11 @@ namespace sat {
|
|||
}
|
||||
}
|
||||
|
||||
if (n == 3 && c[0] == literal(9357, true) && c[1] == literal(25, true) && c[2] == literal(8691, false)) {
|
||||
SASSERT(false);
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
||||
if (!st.is_sat()) {
|
||||
for (char ch : m_theory[st.get_th()])
|
||||
buffer[len++] = ch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue