mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
parent
21a31fcd26
commit
03e411c22d
3 changed files with 12 additions and 28 deletions
|
@ -59,7 +59,9 @@ public :
|
|||
void analyze() {
|
||||
for (const auto & c : m_row) {
|
||||
if ((m_column_of_l == -2) && (m_column_of_u == -2))
|
||||
break;
|
||||
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