You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/2-PROXQP_API/2-ProxQP_api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,8 +312,8 @@ In this table you have on the three columns from left to right: the name of the
312
312
| eps_abs | 1.E-5 | Asbolute stopping criterion of the solver.
313
313
| eps_rel | 0 | Relative stopping criterion of the solver.
314
314
| check_duality_gap | False | If set to true, include the duality gap in absolute and relative stopping criteria.
315
-
| eps_gap_abs | 1.E-4 | Asbolute duality-gap stopping criterion of the solver.
316
-
| eps_gap_rel | 0 | Relative duality-gap stopping criterion of the solver.
315
+
| eps_duality_gap_abs | 1.E-4 | Asbolute duality-gap stopping criterion of the solver.
316
+
| eps_duality_gap_rel | 0 | Relative duality-gap stopping criterion of the solver.
317
317
| VERBOSE | False | If set to true, the solver prints information at each loop.
318
318
| default_rho | 1.E-6 | Default rho parameter of result class (i.e., for each initial guess, except WARM_START_WITH_PREVIOUS_RESULT, after a new solve or update, the solver initializes rho to this value).
319
319
| default_mu_eq | 1.E-3 | Default mu_eq parameter of result class (i.e., for each initial guess, except WARM_START_WITH_PREVIOUS_RESULT, after a new solve or update, the solver initializes mu_eq to this value).
0 commit comments