From 686e750fdc5c1d64f63b4e458a04369879d51204 Mon Sep 17 00:00:00 2001 From: goulart-paul Date: Wed, 20 Sep 2023 12:32:39 +0100 Subject: [PATCH] update docstrings --- src/cones/cone_api.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cones/cone_api.jl b/src/cones/cone_api.jl index 9da61b37..5a44060f 100644 --- a/src/cones/cone_api.jl +++ b/src/cones/cone_api.jl @@ -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