@@ -28,7 +28,7 @@ _wrap(::MIME"text/latex", s) = "\\text{ " * s * "}"
2828Sum-of-squares cone; see [`NonnegPolyInnerCone`](@ref).
2929"""
3030const SOSCone = NonnegPolyInnerCone{MOI. PositiveSemidefiniteConeTriangle}
31- function JuMP. in_set_string (print_mode, :: SOSCone )
31+ function JuMP. in_set_string (print_mode:: MIME , :: SOSCone )
3232 return _wrap (print_mode, " is SOS" )
3333end
3434
@@ -43,7 +43,7 @@ Scaled-diagonally-dominant-sum-of-squares cone; see [Definition 2, AM17] and
4343ArXiv e-prints, **2017**.
4444"""
4545const SDSOSCone = NonnegPolyInnerCone{ScaledDiagonallyDominantConeTriangle}
46- function JuMP. in_set_string (print_mode, :: SDSOSCone )
46+ function JuMP. in_set_string (print_mode:: MIME , :: SDSOSCone )
4747 return _wrap (print_mode, " is SDSOS" )
4848end
4949
@@ -58,7 +58,7 @@ Diagonally-dominant-sum-of-squares cone; see [Definition 2, AM17] and
5858ArXiv e-prints, **2017**.
5959"""
6060const DSOSCone = NonnegPolyInnerCone{DiagonallyDominantConeTriangle}
61- function JuMP. in_set_string (print_mode, :: DSOSCone )
61+ function JuMP. in_set_string (print_mode:: MIME , :: DSOSCone )
6262 return _wrap (print_mode, " is DSOS" )
6363end
6464
0 commit comments