mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 13:53:39 +00:00
fix build of test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
045448e5b2
commit
3931dd5da0
1 changed files with 2 additions and 0 deletions
|
@ -295,12 +295,14 @@ public:
|
||||||
} else {
|
} else {
|
||||||
if (p.coeff().is_int()) {
|
if (p.coeff().is_int()) {
|
||||||
// m_fj will be zero and no monomial will be added
|
// m_fj will be zero and no monomial will be added
|
||||||
|
#if 0
|
||||||
if (at_lower(j)) {
|
if (at_lower(j)) {
|
||||||
m_ex.push_justification(column_lower_bound_constraint(j));
|
m_ex.push_justification(column_lower_bound_constraint(j));
|
||||||
}
|
}
|
||||||
if (at_upper(j)) {
|
if (at_upper(j)) {
|
||||||
m_ex.push_justification(column_upper_bound_constraint(j));
|
m_ex.push_justification(column_upper_bound_constraint(j));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
some_int_columns = true;
|
some_int_columns = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue