Skip to content

Commit

Permalink
Update src/variables.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 31, 2024
1 parent dd06653 commit 655bc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1993,6 +1993,7 @@ function _moi_add_variable(
# because they have extra checks that are not necessary for newly created
# variables.
index = nothing
info = v.info
if info.has_lb
set_lb =
MOI.GreaterThan{T}(_to_value(T, info.lower_bound, "lower bound"))
Expand Down

0 comments on commit 655bc7a

Please sign in to comment.