Open
Description
QuadtoSOC computes a cholesky factorization, which fails when the Q matrix is positive semidefinite but not positive definite:
MathOptInterface.jl/src/Bridges/Constraint/bridges/quad_to_soc.jl
Lines 71 to 85 in 8c8636f
Per @dpo we could use LDLFactorizations with a pivot tolerance of zero (or HSL/MUMPS, if we want external binary dependencies).