3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00

change a printout

This commit is contained in:
Lev Nachmanson 2025-03-06 14:05:16 -10:00
parent 57f87e1abe
commit 6cee4ae225

View file

@ -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;