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 ac319bf commit 6cfd6cbCopy full SHA for 6cfd6cb
src/Bridges/Variable/bridges/rsoc_soc.jl
@@ -93,3 +93,11 @@ function MOI.Bridges.inverse_adjoint_map_function(
93
)
94
return MOI.Bridges.map_function(BT, func)
95
end
96
+
97
+function MOI.supports(
98
+ ::MOI.ModelLike,
99
+ ::MOI.VariablePrimalStart,
100
+ ::Type{<:RSOCtoSOCBridge},
101
+)
102
+ return false
103
+end
src/Bridges/Variable/bridges/soc_rsoc.jl
@@ -106,3 +106,11 @@ function MOI.Bridges.inverse_adjoint_map_function(
106
107
108
109
110
111
112
113
+ ::Type{<:SOCtoRSOCBridge},
114
115
116
0 commit comments