Skip to content

Commit c797259

Browse files
committed
fix merge conflict
1 parent b4789f6 commit c797259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GLPKInterfaceLP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Base.copy(m::GLPKMathProgModelLP)
6464

6565
GLPK.copy_prob(m2inner, m.inner, GLPK.ON)
6666

67-
return GLPKMathProgModelLP(m2inner, m.method, deepcopy(m.param))
67+
return GLPKMathProgModelLP(m2inner, m.method, deepcopy(m.param), m.infeasible_bounds)
6868
end
6969

7070
function LinearQuadraticModel(s::GLPKSolverLP)

0 commit comments

Comments
 (0)