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 7163ab8 commit 8536b2cCopy full SHA for 8536b2c
test/Bridges/set_map.jl
@@ -57,7 +57,7 @@ function MOI.Bridges.map_function(
57
end
58
59
# Workaround until https://github.com/jump-dev/MathOptInterface.jl/issues/2117 is fixed
60
-MOI.Bridges.inverse_map_function(::VariableSwapBridge, a::Float64) = a
+MOI.Bridges.inverse_map_function(::VariableSwapBridge, a) = a
61
62
struct ConstraintSwapBridge{T} <: MOI.Bridges.Constraint.SetMapBridge{
63
T,
0 commit comments