Skip to content

Commit

Permalink
Update MPBWrapper.jl (#185)
Browse files Browse the repository at this point in the history
Missing prefixes in MPB wrapper
  • Loading branch information
kiwisensei authored and mlubin committed Jan 30, 2019
1 parent 5f3a7c4 commit 43c4129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MPBWrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ function MPB.loadproblem!(m::GurobiMathProgModel, filename::AbstractString)
_objwarning(m.obj)
end
_truncateobj!(m.obj)
m.lb = getconstrLB(m)
m.ub = getconstrUB(m)
m.lb = MPB.getconstrLB(m)
m.ub = MPB.getconstrUB(m)
end

if VERSION >= v"0.7-"
Expand Down

0 comments on commit 43c4129

Please sign in to comment.