mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 05:13:39 +00:00
remove commented out code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a3b715b963
commit
3efe311c25
1 changed files with 0 additions and 8 deletions
|
@ -296,14 +296,6 @@ 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)) {
|
|
||||||
m_ex.push_justification(column_lower_bound_constraint(j));
|
|
||||||
}
|
|
||||||
if (at_upper(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