mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
na
This commit is contained in:
parent
188a478214
commit
b0a22105d6
|
@ -1215,6 +1215,8 @@ namespace opt {
|
|||
m_rows[row_id1].m_coeff -= m_rows[row_id1].m_value;
|
||||
m_rows[row_id1].m_type = t_le;
|
||||
m_rows[row_id1].m_value = 0;
|
||||
}
|
||||
|
||||
if (m_var2is_int[x] && !a.is_one()) {
|
||||
row& r1 = m_rows[row_id1];
|
||||
vector<var> coeffs;
|
||||
|
|
Loading…
Reference in a new issue