mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
remove unsound use of sat_big reduction
This commit is contained in:
parent
8a75e9090b
commit
90ca594835
4 changed files with 67 additions and 16 deletions
|
@ -738,7 +738,6 @@ namespace sat {
|
|||
void drat::del(literal l1, literal l2) {
|
||||
++m_num_del;
|
||||
literal ls[2] = {l1, l2};
|
||||
SASSERT(!(l1 == literal(13923, false) && l2 == literal(14020, true)));
|
||||
if (m_out) dump(2, ls, status::deleted);
|
||||
if (m_bout) bdump(2, ls, status::deleted);
|
||||
if (m_check) append(l1, l2, status::deleted);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue