File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments