Skip to content

Commit 9b085aa

Browse files
committed
Add mpfPrecision parameter
1 parent 2d101c2 commit 9b085aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/usage/params.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The details of the parameters are as below:
2929
| `betaBar` | The parameter for controlling the search direction if the current point is infeasible. | `0.2` |
3030
| `gammaStar` | A reduction factor for the primal and dual step lengths. | `0.9` |
3131
| `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` |
3233
| `isSymmetric` | Specify whether to check the symmetricity of input matrices. | `False` |
3334
| `isDimacs` | Specify whether to compute DIMACS ERROR. | `False` |
3435
| `numThreads` | Number of Threads for internal computation. | `multiprocessing.cpu_count()` |

0 commit comments

Comments
 (0)