empty line

This commit is contained in:
kalmar 2017-03-15 08:24:33 +01:00
parent 0924d24c03
commit 12245ffd9a
1 changed files with 0 additions and 1 deletions

View File

@ -84,4 +84,3 @@ function solve_SDP(SDP_problem, solver)
A = JuMP.getvalue(JuMP.getvariable(SDP_problem, :A))
return κ, A
end