Skip to content

Commit f8143af

Browse files
committed
.
1 parent 3f98f9c commit f8143af

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/cuttingplanes.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,8 @@ function reformulate_model(
181181
break
182182
end
183183

184-
# 4. Add separating cuts to both the rBM and the original model
184+
# 4. Add separating cut to rBM
185185
_add_cut(rBM, rBM_sol, sep_sol)
186-
if rBM.model !== model
187-
add_original_model_cut(model, dec_vars, rBM_sol, sep_sol)
188-
end
189186
end
190187

191188
if undo_relax !== nothing

0 commit comments

Comments
 (0)