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
+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
@@ -65,6 +65,6 @@ The below options set printing options.
65
65
|`resultFile`| Destination of detail file output. |`''`|
66
66
|`sdpaResult`| Destination of file output for SDPA result. |`''`|
67
67
|`xPrint`| Format specifier for `yMat` printed to the file. To adjust, see [`fprintf` documentation](https://www.cplusplus.com/reference/cstdio/fprintf/) (for regular backend) or [`gmp_printf` documentation](https://gmplib.org/manual/Formatted-Output-Strings) (for multiprecision backend). `NOPRINT` skips printout. |`'%+8.3e'` (regular backend), `'%+18.12Fe'` (multiprecision backend) |
68
-
|`yPrint`| Format specifier for `yMat` printed to the file. To adjust, see [`fprintf` documentation](https://www.cplusplus.com/reference/cstdio/fprintf/) (for regular backend) or [`gmp_printf` documentation](https://gmplib.org/manual/Formatted-Output-Strings) (for multiprecision backend). `NOPRINT` skips printout. |`'%+8.3e'` (regular backend), `'%+18.12Fe'` (multiprecision backend) |
69
-
|`sPrint`| Format specifier for `yMat` printed to the file. To adjust, see [`fprintf` documentation](https://www.cplusplus.com/reference/cstdio/fprintf/) (for regular backend) or [`gmp_printf` documentation](https://gmplib.org/manual/Formatted-Output-Strings) (for multiprecision backend). `NOPRINT` skips printout. |`'%+8.3e'` (regular backend), `'%+18.12Fe'` (multiprecision backend) |
68
+
|`yPrint`| Format specifier for `xVec` printed to the file. To adjust, see [`fprintf` documentation](https://www.cplusplus.com/reference/cstdio/fprintf/) (for regular backend) or [`gmp_printf` documentation](https://gmplib.org/manual/Formatted-Output-Strings) (for multiprecision backend). `NOPRINT` skips printout. |`'%+8.3e'` (regular backend), `'%+18.12Fe'` (multiprecision backend) |
69
+
|`sPrint`| Format specifier for `xMat` printed to the file. To adjust, see [`fprintf` documentation](https://www.cplusplus.com/reference/cstdio/fprintf/) (for regular backend) or [`gmp_printf` documentation](https://gmplib.org/manual/Formatted-Output-Strings) (for multiprecision backend). `NOPRINT` skips printout. |`'%+8.3e'` (regular backend), `'%+18.12Fe'` (multiprecision backend) |
70
70
|`infPrint`| Format specifier for problem information printed to the file. See [`fprintf` documentation](https://www.cplusplus.com/reference/cstdio/fprintf/) to set it. `NOPRINT` skips printout. |`'%+10.16e'`|
0 commit comments