You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Bridges/rsocbridge.jl
+24-11Lines changed: 24 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
"""
2
-
RSOCBridge{T}
2
+
RSOCBridge{T, F, G}
3
3
4
4
The `RotatedSecondOrderCone` is `SecondOrderCone` representable; see [1, p. 104].
5
5
Indeed, we have ``2tu = (t/√2 + u/√2)^2 - (t/√2 - u/√2)^2`` hence
@@ -16,13 +16,11 @@ That means in particular that the norm is of constraint primal and duals are pre
16
16
17
17
[1] Ben-Tal, Aharon, and Arkadi Nemirovski. *Lectures on modern convex optimization: analysis, algorithms, and engineering applications*. Society for Industrial and Applied Mathematics, 2001.
0 commit comments