Skip to content

Commit d298200

Browse files
committed
Update
1 parent 65d9193 commit d298200

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Bridges/Constraint/bridges/QuadtoSOCBridge.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ function compute_sparse_sqrt_root_fallback(Q, ::F, ::S) where {F,S}
6666
constraint because the quadratic constraint is not strongly convex and
6767
our Cholesky decomposition failed.
6868
69-
In some cases you can work-around this issue by manually installing and
70-
loading `LDLFactorizations.jl`:
69+
If the constraint is convex but not strongly convex, you can work-around
70+
this issue by manually installing and loading `LDLFactorizations.jl`:
7171
```julia
7272
import Pkg; Pkg.add("LDLFactorizations")
7373
using LDLFactorizations

0 commit comments

Comments
 (0)