Skip to content

Commit 5c96098

Browse files
committed
Update
1 parent 8038482 commit 5c96098

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/range.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ function _range_infeasibility!(
5151
ub_con::Dict{MOI.VariableIndex,MOI.ConstraintIndex},
5252
) where {T}
5353
range_consistent = true
54-
for (F, S) in MOI.get(
55-
optimizer.original_model,
56-
MOI.ListOfConstraintTypesPresent(),
57-
)
54+
for (F, S) in
55+
MOI.get(optimizer.original_model, MOI.ListOfConstraintTypesPresent())
5856
if !_supports_range(F) || !_supports_range(S)
5957
continue
6058
end

0 commit comments

Comments
 (0)