daqp
daqp copied to clipboard
Possible issue with precision
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?