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

Remove temporary matrices for constructing the solver #20

Closed gaviny82 closed 11 months ago

gaviny82 commented 11 months ago

The problem data is copied in Rust when DefaultSolver is constructed, so the converted matrices do not need to be stored.