diff --git a/src/math/lp/implied_bound.h b/src/math/lp/implied_bound.h index 04f55f867..e6d2bb898 100644 --- a/src/math/lp/implied_bound.h +++ b/src/math/lp/implied_bound.h @@ -35,6 +35,7 @@ class implied_bound { private: std::function m_explain_bound = nullptr; public: + // s is expected to be the pointer to lp_bound_propagator. u_dependency* explain(int * s) const { return m_explain_bound(s); } void set_explain(std::function f) { m_explain_bound = f; } lconstraint_kind kind() const {