diff --git a/src/sdps.jl b/src/sdps.jl index 5e61771..354b12f 100644 --- a/src/sdps.jl +++ b/src/sdps.jl @@ -84,4 +84,3 @@ function solve_SDP(SDP_problem, solver) A = JuMP.getvalue(JuMP.getvariable(SDP_problem, :A)) return κ, A end -