3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix build of test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-21 11:48:00 -06:00
parent 045448e5b2
commit 3931dd5da0

View file

@ -295,12 +295,14 @@ public:
} else {
if (p.coeff().is_int()) {
// m_fj will be zero and no monomial will be added
#if 0
if (at_lower(j)) {
m_ex.push_justification(column_lower_bound_constraint(j));
}
if (at_upper(j)) {
m_ex.push_justification(column_upper_bound_constraint(j));
}
#endif
continue;
}
some_int_columns = true;