Skip to content

Commit b0afd59

Browse files
committed
Update
1 parent 95a9333 commit b0afd59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bridges/Constraint/bridges/SemiToBinaryBridge.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ function MOI.delete(model::MOI.ModelLike, bridge::SemiToBinaryBridge)
179179
end
180180
MOI.delete(model, bridge.upper_bound_index)
181181
MOI.delete(model, bridge.lower_bound_index)
182-
MOI.delete(model, bridge.binary_constraint_index)
183182
MOI.delete(model, bridge.binary_variable)
184183
return
185184
end

0 commit comments

Comments
 (0)