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

remove commented out code

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-24 17:45:19 -06:00
parent a3b715b963
commit 3efe311c25

View file

@ -296,14 +296,6 @@ 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;