Skip to content

Commit 0cb0477

Browse files
authored
Merge pull request #235 from mohabsafey/doc
Updated documentation
2 parents 8723378 + f2c3cf4 commit 0cb0477

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/msolve-tutorial.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ \section{More flags and options}\label{sec:flags}
11051105
univariate real root
11061106
solver (default value may be automatically increased by \msolve when needed).
11071107

1108-
\hfill \verb+Default value:32+
1108+
\hfill \verb+Default value:128+
11091109
\item The flag \verb+-g <int>+ tells \msolve to output the leading monomial of
11101110
the ideal generated by the input polynomials (when \verb+<int>+ is \verb+1+)
11111111
or the minimal reduced Gr\"obner basis (when \verb+<int>+ is \verb+2+ and

src/msolve/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ static inline void display_help(char *str){
117117
fprintf(stdout, " Combining this option with the \"-i\" option assumes that the\n");
118118
fprintf(stdout, " first (n - NF) elements generate already a degree reverse\n");
119119
fprintf(stdout, " lexicographical Gröbner basis.\n");
120-
fprintf(stdout, "-p PRE Precision of the real root isolation.\n");
121-
fprintf(stdout, " Default is 64.\n");
120+
fprintf(stdout, "-p PRE Precision (in bits) on the output of real root isolation.\n");
121+
fprintf(stdout, " Default is 128.\n");
122122
fprintf(stdout, "-P PAR Get also rational parametrization of solution set.\n");
123123
fprintf(stdout, " Default is 0. For a detailed description of the output\n");
124124
fprintf(stdout, " format please see the general output data format section\n");

0 commit comments

Comments
 (0)