summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaj Bjorner <nbjorner@microsoft.com>2020-01-24 23:45:19 (GMT)
committerNikolaj Bjorner <nbjorner@microsoft.com>2020-01-24 23:45:24 (GMT)
commit3efe311c2516cca5598021e56e64fa546df46ce0 (patch)
treee6fd847ba0d242c507b7dcdc57acc759a55cdf2f
parenta3b715b963235fb0f034fe14241089eae0641dec (diff)
downloadz3-3efe311c2516cca5598021e56e64fa546df46ce0.zip
z3-3efe311c2516cca5598021e56e64fa546df46ce0.tar.gz
z3-3efe311c2516cca5598021e56e64fa546df46ce0.tar.bz2
remove commented out code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
-rw-r--r--src/util/lp/gomory.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/lp/gomory.cpp b/src/util/lp/gomory.cpp
index 55d9448..3ccbbde 100644
--- a/src/util/lp/gomory.cpp
+++ b/src/util/lp/gomory.cpp
@@ -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;