Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed Sep 20, 2023
1 parent cc5c2a8 commit 686e750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cones/cone_api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ The currently supported concrete types are:
* `ZeroConeT` : The zero cone. Used to define equalities.
* `NonnegativeConeT`: The nonnegative orthant.
* `SecondOrderConeT`: The second order / Lorentz / ice-cream cone.
* `PSDTriangleConeT`: The positive semidefinite cone (triangular format).
* `ExponentialConeT`: The exponential cone (in R^3)
* `PowerConeT` : The power cone with power α (in R^3)
* `GenPowerConeT` : The generalized power cone with power α
* `GenPowerConeT` : The generalized power cone
* `PSDTriangleConeT`: The positive semidefinite cone (triangular format).
"""
abstract type SupportedCone end
Expand Down

0 comments on commit 686e750

Please sign in to comment.