mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +00:00
change a printout
This commit is contained in:
parent
57f87e1abe
commit
6cee4ae225
1 changed files with 1 additions and 1 deletions
|
@ -2649,7 +2649,7 @@ namespace lp {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (print_column_info) {
|
if (print_column_info) {
|
||||||
bool has_fresh;
|
bool has_fresh = false;
|
||||||
for (const auto& p : m_e_matrix[i] ) {
|
for (const auto& p : m_e_matrix[i] ) {
|
||||||
if (var_is_fresh(p.var())) {
|
if (var_is_fresh(p.var())) {
|
||||||
has_fresh = true;
|
has_fresh = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue