[Small Feature] OSQP Support in Solver Interface#5741
Conversation
- Fix wrong array sizes - Fix to_CSC matrix conversion - Rework the reserve() / insertion / size mechanisms - Enable passing some options via solve()
8334712 to
f99d0c3
Compare
…nston' into Solvers-add_osqp-danston
|
|
@afabri Thank you for the review.
|
|
It is hard to see which review items are done and which not. Maybe copy and mark done as we do on the wiki. |
|
This PR adds the OSQP solver support in CGAL. This solver is required in order to efficiently compute the convex Quadratic Programming (QP) problem, arising in the context of the new CGAL package called
Shape Regularization(see #5742). This PR also better structures theSolver_interfacepackage by splitting all solvers into several common categories. An additional example is added, too.Tasks:
Release Management
Solver_interface