mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
fix #7098
This commit is contained in:
parent
99ebbd6341
commit
50deece29e
2 changed files with 21 additions and 12 deletions
|
@ -132,7 +132,7 @@ namespace smt {
|
|||
|
||||
void context::display_literal_info(std::ostream & out, literal l) const {
|
||||
smt::display_compact(out, l, m_bool_var2expr.data());
|
||||
display_literal_smt2(out, l);
|
||||
display_literal_smt2(out << " " << l << ": ", l);
|
||||
out << "relevant: " << is_relevant(bool_var2expr(l.var())) << ", val: " << get_assignment(l) << "\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue