mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 13:21:22 +00:00
na
This commit is contained in:
parent
188a478214
commit
b0a22105d6
1 changed files with 2 additions and 0 deletions
|
@ -1215,6 +1215,8 @@ namespace opt {
|
||||||
m_rows[row_id1].m_coeff -= m_rows[row_id1].m_value;
|
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_type = t_le;
|
||||||
m_rows[row_id1].m_value = 0;
|
m_rows[row_id1].m_value = 0;
|
||||||
|
}
|
||||||
|
|
||||||
if (m_var2is_int[x] && !a.is_one()) {
|
if (m_var2is_int[x] && !a.is_one()) {
|
||||||
row& r1 = m_rows[row_id1];
|
row& r1 = m_rows[row_id1];
|
||||||
vector<var> coeffs;
|
vector<var> coeffs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue