oxfordcontrol / COSMO.jl

COSMO: Accelerated ADMM-based solver for convex conic optimisation problems (LP, QP, SOCP, SDP, ExpCP, PowCP). Automatic chordal decomposition of sparse semidefinite programs.
https://oxfordcontrol.github.io/COSMO.jl/stable
Apache License 2.0
282 stars 41 forks source link

Update QDLDL wrappers for QDLDL v0.4.1 #171

Closed goulart-paul closed 1 year ago

goulart-paul commented 1 year ago

Updates the internal calls to QDLDL for compatibility with QDLDL >= v0.4.1

This addresses a version conflict issue raised in #161 and https://github.com/oxfordcontrol/Clarabel.jl/issues/107

migarstka commented 1 year ago

Tested in Julia v1.8.5. Thanks for the update Paul!