Skip to content

Commit 29faaf2

Browse files
committed
bug fix
1 parent 87592d4 commit 29faaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bigm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function infer_bigm(constr::ConstraintRef)
6666
end
6767
end
6868
elseif constr_set isa MOI.GreaterThan
69-
M = -constr_st.lower
69+
M = -constr_set.lower
7070
for (var,coeff) in constr_terms
7171
if coeff < 0
7272
M += coeff*bounds_map[var][2]

0 commit comments

Comments
 (0)