6#include "scippp/lin_expr.hpp"
20 std::optional<double> m_rhs;
Represents a linear combination of variables plus a constant term.
Represents a linear inequality: lhs <= expr <= rhs.
friend LinIneq operator==(const LinExpr &lhs, const LinExpr &rhs)
Creates the equality lhs == rhs.
friend LinIneq operator<=(const LinExpr &lhs, const LinExpr &rhs)
Creates the inequality lhs <= rhs.
A SCIP optimization model.
LinIneq operator<=(const LinExpr &lhs, const LinExpr &rhs)
Creates the inequality lhs <= rhs.
LinIneq operator>=(const LinExpr &lhs, const LinExpr &rhs)
Creates the inequality lhs >= rhs.
LinIneq operator==(const LinExpr &lhs, const LinExpr &rhs)
Creates the equality lhs == rhs.