File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ function add_all_bridges(model, ::Type{T}) where {T}
63
63
# IndicatorGreaterToLessThanBridge are added.
64
64
MOI. Bridges. add_bridge (model, IndicatorSOS1Bridge{T})
65
65
MOI. Bridges. add_bridge (model, IndicatorToMILPBridge{T})
66
- MOI. Bridges. add_bridge (model, InequalityToComplementsBridge{T})
66
+ # * InequalityToComplementsBridge{T}
67
+ # This bridge is not added because of a bug in Convex.jl:
68
+ # https://github.com/jump-dev/Convex.jl/blob/ca5324217575af263bfeee20b3e0526bed051887/src/MOI_wrapper.jl#L119-L133
69
+ # It is also really useful only to PATHSolver.jl, which could add this
70
+ # to MOI.ListOfRequiredBridges.
67
71
MOI. Bridges. add_bridge (model, IntegerToZeroOneBridge{T})
68
72
MOI. Bridges. add_bridge (model, LessToGreaterBridge{T})
69
73
if T <: AbstractFloat # See note in docstring of AbstractToIntervalBridge
You can’t perform that action at this time.
0 commit comments