Skip to content

Commit

Permalink
[presolve] fix method call (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimarqu authored Oct 10, 2023
1 parent 8d392f9 commit 9f7702d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Algorithm/presolve/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function update_reform_from_presolve!(reform::Reformulation{DwMaster}, presolve_
update_form_from_presolve!(sp, sp_presolve_form)
end

update_reform_from_presolve!(master, presolve_repr_master)
update_form_from_presolve!(master, presolve_repr_master)
return
end

Expand Down

0 comments on commit 9f7702d

Please sign in to comment.