mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
small improvements in tableau in rows and bound propagation
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
90793931b1
commit
7caae3f5d2
4 changed files with 49 additions and 7 deletions
|
@ -60,8 +60,6 @@ public :
|
|||
for (const auto & c : m_row) {
|
||||
if ((m_column_of_l == -2) && (m_column_of_u == -2))
|
||||
return;
|
||||
if (c.coeff().is_big())
|
||||
return;
|
||||
analyze_bound_on_var_on_coeff(c.var(), c.coeff());
|
||||
}
|
||||
if (m_column_of_u >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue