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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ In this table you have on the three columns from left to right: the name of the
305
305
| 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).
306
306
| 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).
307
307
| default_mu_in | 1.E-1 | Default mu_in 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_in to this value).
308
-
| compute_timings | True | If set to true, timings will be computed by the solver (setup time, solving time, and run time = setup time + solving time).
308
+
| compute_timings | False | If set to true, timings will be computed by the solver (setup time, solving time, and run time = setup time + solving time).
309
309
| max_iter | 10.000 | Maximal number of authorized outer iterations.
310
310
| max_iter_in | 1500 | Maximal number of authorized inner iterations.
311
311
| initial_guess | EQUALITY_CONSTRAINED_INITIAL_GUESS | Sets the initial guess option for initilizing x, y and z.
| VERBOSE | False | If set to true, the solver prints information at each loop.
102
102
| compute_preconditioner | True | If set to true, the preconditioner will be derived.
103
-
| compute_timings | True | If set to true, timings will be computed by the solver (setup time, solving time, and run time = setup time + solving time).
103
+
| compute_timings | False | If set to true, timings will be computed by the solver (setup time, solving time, and run time = setup time + solving time).
104
104
| max_iter | 10.000 | Maximal number of authorized outer iterations.
105
105
| initial_guess | EQUALITY_CONSTRAINED_INITIAL_GUESS | Sets the initial guess option for initilizing x, y and z.
0 commit comments