mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
This commit is contained in:
parent
02644b5b71
commit
ed9341e3b0
6 changed files with 6 additions and 3 deletions
|
@ -50,7 +50,7 @@ namespace arith {
|
|||
scoped_anum an(m_nla->am());
|
||||
m_nla->am().display(out << " = ", nl_value(v, an));
|
||||
}
|
||||
else if (can_get_value(v))
|
||||
else if (can_get_value(v) && !m_solver->has_changed_columns())
|
||||
out << " = " << get_value(v);
|
||||
if (is_int(v))
|
||||
out << ", int";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue