AddInnerProduct(const LeftIterable &left, const RightIterable &right) | operations_research::math_opt::QuadraticExpression | inline |
AddSum(const Iterable &items) | operations_research::math_opt::QuadraticExpression | inline |
Evaluate(const VariableMap< double > &variable_values) const | operations_research::math_opt::QuadraticExpression | |
EvaluateWithDefaultZero(const VariableMap< double > &variable_values) const | operations_research::math_opt::QuadraticExpression | |
InnerProduct(const LeftIterable &left, const RightIterable &right) | operations_research::math_opt::QuadraticExpression | inlinestatic |
linear_terms() const | operations_research::math_opt::QuadraticExpression | inline |
offset() const | operations_research::math_opt::QuadraticExpression | inline |
operator*=(double value) | operations_research::math_opt::QuadraticExpression | inline |
operator+=(double value) | operations_research::math_opt::QuadraticExpression | inline |
operator+=(Variable variable) | operations_research::math_opt::QuadraticExpression | inline |
operator+=(const LinearTerm &term) | operations_research::math_opt::QuadraticExpression | inline |
operator+=(const LinearExpression &expr) | operations_research::math_opt::QuadraticExpression | inline |
operator+=(const QuadraticTerm &term) | operations_research::math_opt::QuadraticExpression | inline |
operator+=(const QuadraticExpression &expr) | operations_research::math_opt::QuadraticExpression | inline |
operator-(QuadraticExpression expr) | operations_research::math_opt::QuadraticExpression | friend |
operator-=(double value) | operations_research::math_opt::QuadraticExpression | inline |
operator-=(Variable variable) | operations_research::math_opt::QuadraticExpression | inline |
operator-=(const LinearTerm &term) | operations_research::math_opt::QuadraticExpression | inline |
operator-=(const LinearExpression &expr) | operations_research::math_opt::QuadraticExpression | inline |
operator-=(const QuadraticTerm &term) | operations_research::math_opt::QuadraticExpression | inline |
operator-=(const QuadraticExpression &expr) | operations_research::math_opt::QuadraticExpression | inline |
operator/=(double value) | operations_research::math_opt::QuadraticExpression | inline |
operator<<(std::ostream &ostr, const QuadraticExpression &expr) | operations_research::math_opt::QuadraticExpression | friend |
operator=(const QuadraticExpression &other)=default | operations_research::math_opt::QuadraticExpression | |
operator=(QuadraticExpression &&other) noexcept | operations_research::math_opt::QuadraticExpression | inline |
quadratic_terms() const | operations_research::math_opt::QuadraticExpression | inline |
QuadraticExpression()=default | operations_research::math_opt::QuadraticExpression | |
QuadraticExpression(const QuadraticExpression &other)=default | operations_research::math_opt::QuadraticExpression | |
QuadraticExpression(QuadraticExpression &&other) noexcept | operations_research::math_opt::QuadraticExpression | inline |
QuadraticExpression(std::initializer_list< QuadraticTerm > quadratic_terms, std::initializer_list< LinearTerm > linear_terms, double offset) | operations_research::math_opt::QuadraticExpression | inline |
QuadraticExpression(double offset) | operations_research::math_opt::QuadraticExpression | inline |
QuadraticExpression(Variable variable) | operations_research::math_opt::QuadraticExpression | inline |
QuadraticExpression(const LinearTerm &term) | operations_research::math_opt::QuadraticExpression | inline |
QuadraticExpression(LinearExpression expr) | operations_research::math_opt::QuadraticExpression | inline |
QuadraticExpression(const QuadraticTerm &term) | operations_research::math_opt::QuadraticExpression | inline |
storage() const | operations_research::math_opt::QuadraticExpression | inline |
Sum(const Iterable &items) | operations_research::math_opt::QuadraticExpression | inlinestatic |
this | operations_research::math_opt::QuadraticExpression | |