mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
change a printout
This commit is contained in:
parent
57f87e1abe
commit
6cee4ae225
|
@ -2649,7 +2649,7 @@ namespace lp {
|
|||
}
|
||||
}
|
||||
if (print_column_info) {
|
||||
bool has_fresh;
|
||||
bool has_fresh = false;
|
||||
for (const auto& p : m_e_matrix[i] ) {
|
||||
if (var_is_fresh(p.var())) {
|
||||
has_fresh = true;
|
||||
|
|
Loading…
Reference in a new issue