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

Eigen minimum version check #43

Open goulart-paul opened 1 month ago

goulart-paul commented 1 month ago

CMake should ensure that Eigen is at least version 3.4.0, since the library appears not to build will earlier versions.