We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eee84 commit 5b88b2bCopy full SHA for 5b88b2b
src/sd.jl
@@ -79,8 +79,8 @@ julia> jump_function(constraint_object(cref))
79
julia> moi_set(constraint_object(cref))
80
MathOptInterface.PositiveSemidefiniteConeSquare(2)
81
```
82
-We see in the output of the last command that the matrix the vectorization of the
83
-matrix is constrained to belong to the `PositiveSemidefiniteConeSquare`.
+We see in the output of the last command that the vectorization of the matrix
+is constrained to belong to the `PositiveSemidefiniteConeSquare`.
84
85
```jldoctest PSDCone
86
julia> using LinearAlgebra # For Symmetric
0 commit comments