We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed11d1d commit 5bcabc2Copy full SHA for 5bcabc2
src/Bridges/set_map.jl
@@ -41,10 +41,9 @@ The method can alternatively be defined on the bridge type. This legacy
41
interface is kept for backward compatibility.
42
"""
43
function inverse_map_set(bridge::AbstractBridge, set)
44
- return map_function(typeof(bridge), set)
+ return inverse_map_set(typeof(bridge), set)
45
end
46
47
-
48
49
map_function(bridge::MOI.Bridges.AbstractBridge, func)
50
map_function(::Type{BT}, func) where {BT}
0 commit comments