Skip to content

Commit a72cc0c

Browse files
authored
Update src/Bridges/bridge_optimizer.jl
1 parent a248973 commit a72cc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/bridge_optimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@ end
17591759

17601760
function _get_variable_if_equivalent(
17611761
b::AbstractBridgeOptimizer,
1762-
x::VariableIndex,
1762+
x::MOI.VariableIndex,
17631763
)
17641764
return _get_variable_if_equivalent(bridged_variable_function(b, x), x)
17651765
end

0 commit comments

Comments
 (0)