diff --git a/src/PropertyT.jl b/src/PropertyT.jl index d55bc40..35937e8 100644 --- a/src/PropertyT.jl +++ b/src/PropertyT.jl @@ -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