Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::QuadraticExpression Member List

This is the complete list of members for operations_research::math_opt::QuadraticExpression, including all inherited members.

AddInnerProduct(const LeftIterable &left, const RightIterable &right)operations_research::math_opt::QuadraticExpressioninline
AddSum(const Iterable &items)operations_research::math_opt::QuadraticExpressioninline
Evaluate(const VariableMap< double > &variable_values) constoperations_research::math_opt::QuadraticExpression
EvaluateWithDefaultZero(const VariableMap< double > &variable_values) constoperations_research::math_opt::QuadraticExpression
InnerProduct(const LeftIterable &left, const RightIterable &right)operations_research::math_opt::QuadraticExpressioninlinestatic
linear_terms() constoperations_research::math_opt::QuadraticExpressioninline
ModelStorageItemContainer(const NullableModelStorageCPtr storage=nullptr)operations_research::math_opt::ModelStorageItemContainerinlineexplicitprotected
ModelStorageItemContainer(const ModelStorageItemContainer &other)=defaultoperations_research::math_opt::ModelStorageItemContainerprotected
ModelStorageItemContainer(ModelStorageItemContainer &&other)operations_research::math_opt::ModelStorageItemContainerinlineprotected
offset() constoperations_research::math_opt::QuadraticExpressioninline
operator*=(double value)operations_research::math_opt::QuadraticExpressioninline
operator+=(double value)operations_research::math_opt::QuadraticExpressioninline
operator+=(Variable variable)operations_research::math_opt::QuadraticExpressioninline
operator+=(const LinearTerm &term)operations_research::math_opt::QuadraticExpressioninline
operator+=(const LinearExpression &expr)operations_research::math_opt::QuadraticExpressioninline
operator+=(const QuadraticTerm &term)operations_research::math_opt::QuadraticExpressioninline
operator+=(const QuadraticExpression &expr)operations_research::math_opt::QuadraticExpressioninline
operator-(QuadraticExpression expr)operations_research::math_opt::QuadraticExpressionfriend
operator-=(double value)operations_research::math_opt::QuadraticExpressioninline
operator-=(Variable variable)operations_research::math_opt::QuadraticExpressioninline
operator-=(const LinearTerm &term)operations_research::math_opt::QuadraticExpressioninline
operator-=(const LinearExpression &expr)operations_research::math_opt::QuadraticExpressioninline
operator-=(const QuadraticTerm &term)operations_research::math_opt::QuadraticExpressioninline
operator-=(const QuadraticExpression &expr)operations_research::math_opt::QuadraticExpressioninline
operator/=(double value)operations_research::math_opt::QuadraticExpressioninline
operator<<(std::ostream &ostr, const QuadraticExpression &expr)operations_research::math_opt::QuadraticExpressionfriend
operator=(const QuadraticExpression &other)=defaultoperations_research::math_opt::QuadraticExpression
operator=(QuadraticExpression &&other) noexceptoperations_research::math_opt::QuadraticExpressioninline
operations_research::math_opt::ModelStorageItemContainer::operator=(const ModelStorageItemContainer &other)=defaultoperations_research::math_opt::ModelStorageItemContainerprotected
operations_research::math_opt::ModelStorageItemContainer::operator=(ModelStorageItemContainer &&other)operations_research::math_opt::ModelStorageItemContainerinlineprotected
quadratic_terms() constoperations_research::math_opt::QuadraticExpressioninline
QuadraticExpression()=defaultoperations_research::math_opt::QuadraticExpression
QuadraticExpression(const QuadraticExpression &other)=defaultoperations_research::math_opt::QuadraticExpression
QuadraticExpression(std::initializer_list< QuadraticTerm > quadratic_terms, std::initializer_list< LinearTerm > linear_terms, double offset)operations_research::math_opt::QuadraticExpressioninline
QuadraticExpression(double offset)operations_research::math_opt::QuadraticExpressioninline
QuadraticExpression(Variable variable)operations_research::math_opt::QuadraticExpressioninline
QuadraticExpression(const LinearTerm &term)operations_research::math_opt::QuadraticExpressioninline
QuadraticExpression(LinearExpression expr)operations_research::math_opt::QuadraticExpressioninline
QuadraticExpression(const QuadraticTerm &term)operations_research::math_opt::QuadraticExpressioninline
QuadraticExpression(QuadraticExpression &&other) noexceptoperations_research::math_opt::QuadraticExpressioninline
SetOrCheckStorage(const ModelStorageItem &item)operations_research::math_opt::ModelStorageItemContainerinlineprotected
SetOrCheckStorage(const ModelStorageItemContainer &container)operations_research::math_opt::ModelStorageItemContainerinlineprotected
storage() constoperations_research::math_opt::ModelStorageItemContainerinline
Sum(const Iterable &items)operations_research::math_opt::QuadraticExpressioninlinestatic
thisoperations_research::math_opt::QuadraticExpression