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 52ee0ff commit 43f64e2Copy full SHA for 43f64e2
README.md
@@ -72,6 +72,8 @@ julia> using LinearAlgebra, JuMP, SDPLR
72
73
julia> weights = [0 5 7 6; 5 0 0 1; 7 0 0 1; 6 1 1 0];
74
75
+julia> N = LinearAlgebra.checksquare(weights)
76
+
77
julia> L = Diagonal(weights * ones(N)) - weights;
78
79
julia> model = Model(SDPLR.Optimizer);
0 commit comments