1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-08-08 07:53:52 +02:00

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

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)