Home
last modified time | relevance | path

Searched refs:AddInnerProduct (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/cpp/
H A Dvariable_and_expressions.h278 inline void AddInnerProduct(const LeftIterable& left,
936 void LinearExpression::AddInnerProduct(const LeftIterable& left, in AddInnerProduct() function
957 result.AddInnerProduct(left, right); in InnerProduct()