3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 19:00:25 +00:00

adjust logging

This commit is contained in:
Nikolaj Bjorner 2022-10-14 18:56:18 +02:00
parent 87e45221fd
commit 4388719848
3 changed files with 1 additions and 3 deletions

View file

@ -656,7 +656,6 @@ namespace sat {
if (m_out) dump(1, &l, st);
if (m_bout) bdump(1, &l, st);
if (m_check) append(l, st);
TRACE("sat", tout << "add " << m_clause_eh << "\n");
if (m_clause_eh) m_clause_eh->on_clause(1, &l, st);
}
void drat::add(literal l1, literal l2, status st) {