We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d9193 commit d298200Copy full SHA for d298200
1 file changed
src/Bridges/Constraint/bridges/QuadtoSOCBridge.jl
@@ -66,8 +66,8 @@ function compute_sparse_sqrt_root_fallback(Q, ::F, ::S) where {F,S}
66
constraint because the quadratic constraint is not strongly convex and
67
our Cholesky decomposition failed.
68
69
- In some cases you can work-around this issue by manually installing and
70
- loading `LDLFactorizations.jl`:
+ If the constraint is convex but not strongly convex, you can work-around
+ this issue by manually installing and loading `LDLFactorizations.jl`:
71
```julia
72
import Pkg; Pkg.add("LDLFactorizations")
73
using LDLFactorizations
0 commit comments