oxfordcontrol / Clarabel.cpp

Clarabel.cpp: C/C++ interface to the Clarabel Interior-point solver for convex conic optimisation problems.
Apache License 2.0
33 stars 11 forks source link

Allow for enabling SDP without choosing a specific BLAS #31

Closed jwnimmer-tri closed 7 months ago

jwnimmer-tri commented 11 months ago

This helped while I was investigating https://github.com/oxfordcontrol/Clarabel.rs/issues/61.

If Clarabel.cpp has sdp enabled but Clarabel.rs does not, it results in a build error. Enabling SDP on Clarabel.cpp should always enable the same in Clarabel.rs.

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.