From b840bc788cf35df067c821b7acebbcde5112888e Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 5 Sep 2018 09:15:54 +0200 Subject: [PATCH] add header to fillfrominternal! copied from JuMP --- src/SDPs.jl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/SDPs.jl b/src/SDPs.jl index 1950c68..192f38b 100644 --- a/src/SDPs.jl +++ b/src/SDPs.jl @@ -95,8 +95,14 @@ function solve_logged(model::JuMP.Model, varλ::JuMP.Variable, varP, warmstart=n return λ, P, warmstart end + +############################################################################### +# +# Copied from JuMP/src/solvers.jl:178 +# +############################################################################### + function fillfrominternal!(m::JuMP.Model, traits) - # Copied from JuMP/src/solvers.jl:178 stat::Symbol = MathProgBase.status(m.internalModel)