mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
solver is not defined here
This commit is contained in:
parent
6cbf5e6944
commit
46a9150266
@ -142,7 +142,7 @@ function λandP(name::String, SDP_problem::JuMP.Model, varλ, varP)
|
|||||||
save(λ_fname, "λ", λ)
|
save(λ_fname, "λ", λ)
|
||||||
save(P_fname, "P", P)
|
save(P_fname, "P", P)
|
||||||
else
|
else
|
||||||
throw(ErrorException("Solver $solver did not produce a valid solution!: λ = $λ"))
|
throw(ErrorException("Solver did not produce a valid solution!: λ = $λ"))
|
||||||
end
|
end
|
||||||
return λ, P
|
return λ, P
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user