mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
update to logging
This commit is contained in:
parent
20754bc72d
commit
7e415c1b69
9 changed files with 54 additions and 26 deletions
|
@ -3935,7 +3935,7 @@ namespace smt {
|
|||
for (unsigned i = 0; i < num_lits; i++) {
|
||||
literal l = lits[i];
|
||||
tout << l << " ";
|
||||
display_literal(tout, l);
|
||||
display_literal_smt2(tout, l);
|
||||
tout << ", ilvl: " << get_intern_level(l.var()) << "\n"
|
||||
<< mk_pp(bool_var2expr(l.var()), m) << "\n";
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue