mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
add header to fillfrominternal!
copied from JuMP
This commit is contained in:
parent
4a49511eab
commit
b840bc788c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user