mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
adjust logging
This commit is contained in:
parent
87e45221fd
commit
4388719848
3 changed files with 1 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue