You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/manual/standard_form.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The function types implemented in MathOptInterface.jl are:
37
37
|[`VariableIndex`](@ref)|``x_j``, the projection onto a single coordinate defined by a variable index ``j``. |
38
38
|[`VectorOfVariables`](@ref)| The projection onto multiple coordinates (that is, extracting a sub-vector). |
39
39
|[`ScalarAffineFunction`](@ref)|``a^T x + b``, where ``a`` is a vector and ``b`` scalar. |
40
+
|[`ScalarNonlinearFunction`](@ref)|``f(x)``, where ``f`` is a nonlinear function. |
40
41
|[`VectorAffineFunction`](@ref)|``A x + b``, where ``A`` is a matrix and ``b`` is a vector. |
41
42
|[`ScalarQuadraticFunction`](@ref)|``\frac{1}{2} x^T Q x + a^T x + b``, where ``Q`` is a symmetric matrix, ``a`` is a vector, and ``b`` is a constant. |
42
43
|[`VectorQuadraticFunction`](@ref)| A vector of scalar-valued quadratic functions. |
0 commit comments