Skip to content

Commit

Permalink
Update src/Bridges/Variable/map.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Dowson <[email protected]>
  • Loading branch information
blegat and odow authored Dec 20, 2023
1 parent 3e97add commit 84e422e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/Variable/map.jl
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Create vector of variable indices `variables`, stores the mapping
function add_keys_for_bridge(
map::Map,
bridge_fun::Function,
set::MOI.AbstractVectorSet,
set::S,
is_available::Function,
) where {S<:MOI.AbstractVectorSet}
if iszero(MOI.dimension(set))
Expand Down

0 comments on commit 84e422e

Please sign in to comment.