add header to fillfrominternal!

copied from JuMP
This commit is contained in:
kalmarek 2018-09-05 09:15:54 +02:00
parent 4a49511eab
commit b840bc788c
1 changed files with 7 additions and 1 deletions

View File

@ -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)