mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
pretty print
This commit is contained in:
parent
c4204d3365
commit
146fd77e0f
|
@ -174,7 +174,7 @@ std::ostream& core::print_product(const T & m, std::ostream& out) const {
|
||||||
if (lp_settings().m_print_external_var_name)
|
if (lp_settings().m_print_external_var_name)
|
||||||
out << "(" << m_lar_solver.get_variable_name(v) << "=" << val(v) << ")";
|
out << "(" << m_lar_solver.get_variable_name(v) << "=" << val(v) << ")";
|
||||||
else
|
else
|
||||||
out << "(j" << v << " =" << val(v) << ")";
|
out << "(j" << v << " = " << val(v) << ")";
|
||||||
|
|
||||||
}
|
}
|
||||||
return out;
|
return out;
|
||||||
|
|
Loading…
Reference in a new issue