oxfordcontrol / Clarabel.cpp

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

Fix issues #44, #45, and #46 #47

Open codeinred opened 1 month ago

codeinred commented 1 month ago

This PR fixes issues #44, #45, and #46. Each one is a relatively small fix, so I grouped them together.

Merging this PR ensures that the examples are built with C++14 (which eigen requires); it fixes an issue where ninja builds fail on a fresh download of the repo; and it adds support for using Clarabel.cpp via add_subdirectory

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.