We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8038482 commit 5c96098Copy full SHA for 5c96098
src/range.jl
@@ -51,10 +51,8 @@ function _range_infeasibility!(
51
ub_con::Dict{MOI.VariableIndex,MOI.ConstraintIndex},
52
) where {T}
53
range_consistent = true
54
- for (F, S) in MOI.get(
55
- optimizer.original_model,
56
- MOI.ListOfConstraintTypesPresent(),
57
- )
+ for (F, S) in
+ MOI.get(optimizer.original_model, MOI.ListOfConstraintTypesPresent())
58
if !_supports_range(F) || !_supports_range(S)
59
continue
60
end
0 commit comments