mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 21:57:00 +00:00
debug tighten_bounds
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e4e4e8c7b8
commit
c3668701e4
1 changed files with 1 additions and 1 deletions
|
@ -2634,7 +2634,7 @@ namespace lp {
|
||||||
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;
|
||||||
tout << "has fresh var:" << p.var() << "\n";
|
out << "has fresh var:" << p.var() << "\n";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue