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

Add unit tests #16

Closed gaviny82 closed 11 months ago

gaviny82 commented 11 months ago

Note: dimension check for cones is temporarily disabled because the implementation of SupportedConeT::nvars() requires RTTI. SupportedConeT should be implemented as an abstract base class.