Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 19, 2023
1 parent c9abafb commit f74ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jump_moi_overloads.jl
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ end

function MOI.Utilities.map_indices(
index_map::MOI.Utilities.IndexMap,
func::AbstractLazyScalarFunction,
func::Union{AbstractLazyScalarFunction,IndexMappedFunction},
)
return IndexMappedFunction(func, index_map)
end
Expand Down

0 comments on commit f74ee64

Please sign in to comment.