5.3.1 degBound
--------------
Type:
int
Purpose:
The standard basis computation is stopped if the total
(weighted) degree
exceeds degBound.

 degBound should not be used for a global ordering with inhomogeneous
input.

Reset this bound by setting degBound to 0.
Example:
degBound = 7;
option();
==> //options for 'std'-command: degBound
ideal j=std(i);
degBound;
==> 7
degBound = 0; //resets degree bound to infinity
See
deg;
int;
option;
std.
<font size="-1">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002,
generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>.
</font>

</body>
</html>
