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

debug tighten_bounds

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-03-05 10:58:39 -08:00
parent e4e4e8c7b8
commit c3668701e4

View file

@ -2634,7 +2634,7 @@ namespace lp {
for (const auto& p : m_e_matrix[i] ) {
if (var_is_fresh(p.var())) {
has_fresh = true;
tout << "has fresh var:" << p.var() << "\n";
out << "has fresh var:" << p.var() << "\n";
break;
}
}