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: docs/usage/params.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ The details of the parameters are as below:
29
29
|`betaBar`| The parameter for controlling the search direction if the current point is infeasible. |`0.2`|
30
30
|`gammaStar`| A reduction factor for the primal and dual step lengths. |`0.9`|
31
31
|`epsilonDash`| The relative accuracy of an approximate optimal solution between primal and dual SDP. **If using the multiprecision backend, this parameter may be reduced by orders of magnitude to achieve extended precision.**|`1.0E-7`|
32
+
|`mpfPrecision`| Numerical precision used by the MPF class provided by the GNU Multiprecision Library. **This is only available on the multiprecision variant, and will be ignored by the regular variant.**|`200`|
32
33
|`isSymmetric`| Specify whether to check the symmetricity of input matrices. |`False`|
33
34
|`isDimacs`| Specify whether to compute DIMACS ERROR. |`False`|
34
35
|`numThreads`| Number of Threads for internal computation. |`multiprocessing.cpu_count()`|
0 commit comments