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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ The function types implemented in MathOptInterface.jl are:
34
34
35
35
| Function | Description |
36
36
| :--------------- | :---------- |
37
-
|[`VariableIndex`](@ref)|``x_j``, i.e., projection onto a single coordinate defined by a variable index ``j``. |
38
-
|[`VectorOfVariables`](@ref)| The projection onto multiple coordinates (i.e., extracting a sub-vector). |
37
+
|[`VariableIndex`](@ref)|``x_j``, the projection onto a single coordinate defined by a variable index ``j``. |
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
40
|[`VectorAffineFunction`](@ref)|``A x + b``, where ``A`` is a matrix and ``b`` is a vector. |
41
41
|[`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. |
0 commit comments