Skip to content

Commit

Permalink
Update src/presolve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 13, 2024
1 parent 7691e55 commit 0fc7caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ for the optimization models solved within the OBBT algorithm.
"""
function post_objective_bound(m::Optimizer, bound::Number; kwargs...)
obj_expr = JuMP.@expression(
m,
m.model_mip,
sum(
m.bounding_obj_mip[:coefs][j] *
_index_to_variable_ref(m.model_mip, m.bounding_obj_mip[:vars][j].args[2]) for
Expand Down

0 comments on commit 0fc7caf

Please sign in to comment.