Skip to content

Commit

Permalink
Update src/Utilities/results.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 28, 2024
1 parent 08e8736 commit 1fb2152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/results.jl
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ function get_fallback(
model::MOI.ModelLike,
attr::MOI.ConstraintDual,
ci::MOI.ConstraintIndex{<:Union{MOI.VariableIndex,MOI.VectorOfVariables}},
::Type{T} = Float64
::Type{T} = Float64,
) where {T}
MOI.check_result_index_bounds(model, attr)
f = MOI.get(model, MOI.ConstraintFunction(), ci)
Expand Down

0 comments on commit 1fb2152

Please sign in to comment.