solver is not defined here

This commit is contained in:
kalmarek 2017-10-27 14:28:01 +02:00
parent 6cbf5e6944
commit 46a9150266
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function λandP(name::String, SDP_problem::JuMP.Model, varλ, varP)
save(λ_fname, "λ", λ)
save(P_fname, "P", P)
else
throw(ErrorException("Solver $solver did not produce a valid solution!: λ = "))
throw(ErrorException("Solver did not produce a valid solution!: λ = "))
end
return λ, P