mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
This commit is contained in:
parent
c3549ec784
commit
52032b9ef8
9 changed files with 38 additions and 21 deletions
|
@ -1387,7 +1387,7 @@ namespace smt {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
TRACE("mk_clause", display_literals_verbose(tout << "after simplification:\n", num_lits, lits) << "\n";);
|
||||
TRACE("mk_clause", display_literals_verbose(tout << "after simplification: " << literal_vector(num_lits, lits) << "\n", num_lits, lits) << "\n";);
|
||||
|
||||
unsigned activity = 1;
|
||||
bool lemma = is_lemma(k);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue