Skip to content

Commit

Permalink
Merge branch 'od/add-constrained-variable' of https://github.com/jump…
Browse files Browse the repository at this point in the history
…-dev/JuMP.jl into od/add-constrained-variable
  • Loading branch information
odow committed Nov 1, 2024
2 parents f7a26ba + 33a626a commit a79859c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,6 @@ function _moi_add_variable(
index = _moi_add_constrained_variable(moi_backend, index, set_ub)
end
if info.has_fix
@show info
set_eq = MOI.EqualTo{T}(_to_value(T, info.fixed_value, "fixed value"))
index = _moi_add_constrained_variable(moi_backend, index, set_eq)
end
Expand Down

0 comments on commit a79859c

Please sign in to comment.