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:
parent
e4e4e8c7b8
commit
c3668701e4
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue