Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
694 B
Diff
14 lines
694 B
Diff
diff --git a/src/@dir@/lp/column_info.h b/src/@dir@/lp/column_info.h
|
|
index 1dc0c60..9cbeea6 100644
|
|
--- a/src/@dir@/lp/column_info.h
|
|
+++ b/src/@dir@/lp/column_info.h
|
|
@@ -47,7 +47,7 @@ public:
|
|
m_lower_bound_is_strict == c.m_lower_bound_is_strict &&
|
|
m_upper_bound_is_set == c.m_upper_bound_is_set&&
|
|
m_upper_bound_is_strict == c.m_upper_bound_is_strict&&
|
|
- (!m_lower_bound_is_set || m_lower_bound == c.m_low_bound) &&
|
|
+ (!m_lower_bound_is_set || m_lower_bound == c.m_lower_bound) &&
|
|
(!m_upper_bound_is_set || m_upper_bound == c.m_upper_bound) &&
|
|
m_cost == c.m_cost &&
|
|
m_is_fixed == c.m_is_fixed &&
|