daqp
daqp copied to clipboard
A dual active-set algorithm for convex quadratic programming
See Section 3.1 in BnBDAQP paper
In the API, correctly use const for some of the arguments
Hello, I worked on a simulink interface for daqp that works without any parameters for dimensionality of the qp-problem. Everything is infered at compile time based on the input dimensions....
WARNING: My last commit was necessary because of a seg fault that I get in release mode. Please, see also [here](https://github.com/gianluca-garofalo/Weighted-Hierarchical-QP/actions/runs/14798856100/job/41552603183)
Using `solver.set_rho_soft(1e-8);` increases the solution precision in tests: - 02_class.cpp - 03_update.cpp nevertheless `solver.set_rho_soft(1e-12);` makes the precision even worse. Is this an expected behavior?